We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b83c1b commit c74d103Copy full SHA for c74d103
packages/addons/_tests/_setup/suite.ts
@@ -66,7 +66,7 @@ export function setupTest<Addons extends AddonMap>(
66
vitest.beforeAll(async ({ name }) => {
67
testName = path.dirname(name).split('/').at(-1)!;
68
69
- // constructs a builder for create test projects
+ // constructs a builder to create test projects
70
create = createProject({ cwd, templatesDir, testName });
71
72
// creates a pnpm workspace in each addon dir
0 commit comments