diff options
Diffstat (limited to 'test/modules/string.spec.ts')
| -rw-r--r-- | test/modules/string.spec.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/modules/string.spec.ts b/test/modules/string.spec.ts index e82fa93f..22fa8aeb 100644 --- a/test/modules/string.spec.ts +++ b/test/modules/string.spec.ts @@ -1,5 +1,5 @@ import { describe, expect, it } from 'vitest'; -import { faker, FakerError } from '../../src'; +import { FakerError, faker } from '../../src'; import { seededTests } from '../support/seeded-runs'; import { times } from './../support/times'; |
