Skip to content

Commit c74d103

Browse files
jycouetmanuel3108
andauthored
Update packages/addons/_tests/_setup/suite.ts
Co-authored-by: Manuel <30698007+manuel3108@users.noreply.github.com>
1 parent 0b83c1b commit c74d103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/addons/_tests/_setup/suite.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export function setupTest<Addons extends AddonMap>(
6666
vitest.beforeAll(async ({ name }) => {
6767
testName = path.dirname(name).split('/').at(-1)!;
6868

69-
// constructs a builder for create test projects
69+
// constructs a builder to create test projects
7070
create = createProject({ cwd, templatesDir, testName });
7171

7272
// creates a pnpm workspace in each addon dir

0 commit comments

Comments
 (0)