Skip to content

Commit e07f248

Browse files
Shinigami92ST-DDT
andauthored
Update test/faker.spec.ts
Co-authored-by: ST-DDT <[email protected]>
1 parent 69614a2 commit e07f248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/faker.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ describe('faker', () => {
1919
.map((methodName) => vi.spyOn(console, methodName));
2020

2121
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
22-
// @ts-ignore: Types might or might not exist, depending on the runned scripts
22+
// @ts-ignore: Types may or may not exist, depending on whether the project was built first.
2323
const file: unknown = await import('..');
2424
expect(file).toBeDefined();
2525

0 commit comments

Comments
 (0)