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 69614a2 commit e07f248Copy full SHA for e07f248
test/faker.spec.ts
@@ -19,7 +19,7 @@ describe('faker', () => {
19
.map((methodName) => vi.spyOn(console, methodName));
20
21
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
22
- // @ts-ignore: Types might or might not exist, depending on the runned scripts
+ // @ts-ignore: Types may or may not exist, depending on whether the project was built first.
23
const file: unknown = await import('..');
24
expect(file).toBeDefined();
25
0 commit comments