Skip to content

Commit

Permalink
Update test/faker.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: ST-DDT <ST-DDT@gmx.de>
  • Loading branch information
Shinigami92 and ST-DDT committed Sep 12, 2024
1 parent 69614a2 commit e07f248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/faker.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe('faker', () => {
.map((methodName) => vi.spyOn(console, methodName));

// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @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.
const file: unknown = await import('..');
expect(file).toBeDefined();

Expand Down

0 comments on commit e07f248

Please sign in to comment.