diff options
| author | Shinigami <[email protected]> | 2023-04-26 19:43:17 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-26 19:43:17 +0200 |
| commit | c2b1408850123ddca6cd5a58df4be76d2c039732 (patch) | |
| tree | 734eef9085003ebc1483c13ef1a45ad190e4b4d8 /test | |
| parent | 3fc7bf1b24ed67696b4824abcd9fa14af43cb66d (diff) | |
| download | faker-c2b1408850123ddca6cd5a58df4be76d2c039732.tar.xz faker-c2b1408850123ddca6cd5a58df4be76d2c039732.zip | |
chore: eslint report-unused-disable-directives (#2097)
Diffstat (limited to 'test')
| -rw-r--r-- | test/locale-imports.spec.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/locale-imports.spec.ts b/test/locale-imports.spec.ts index 2a691b26..5d12ded5 100644 --- a/test/locale-imports.spec.ts +++ b/test/locale-imports.spec.ts @@ -77,7 +77,6 @@ describe('locale imports', () => { }); it(`should be possible to directly import('../src/locale/${locale}')`, async () => { - // eslint-disable-next-line @typescript-eslint/no-var-requires const { faker } = await import(`../src/locale/${locale}`); expect(faker).toBeDefined(); |
