aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/locale-imports.spec.ts1
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();