Skip to content

Commit

Permalink
Update faker.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Sep 7, 2024
1 parent 63cbb00 commit 3a8ccea
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 @@ -20,7 +20,7 @@ describe('faker', () => {

// @ts-ignore

Check failure on line 21 in test/faker.spec.ts

View workflow job for this annotation

GitHub Actions / Lint: node-22, ubuntu-latest

Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
const file: unknown = await import('..');
expect(file).toBeDefined();
expect(file).toMatchInlineSnapshot('');

new Faker({ locale: { metadata: { title: '' } } });

Expand Down

0 comments on commit 3a8ccea

Please sign in to comment.