diff options
| author | Shinigami <[email protected]> | 2022-03-01 19:10:52 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-01 19:10:52 +0100 |
| commit | ced5f3d11630914bf489bd4906b8c114a72d587b (patch) | |
| tree | d430e9fa0c70ce1571f8d8b8216b0766c63fa16d /test | |
| parent | 0afdf0309047a3e2da9f3c802930c026536766a9 (diff) | |
| download | faker-ced5f3d11630914bf489bd4906b8c114a72d587b.tar.xz faker-ced5f3d11630914bf489bd4906b8c114a72d587b.zip | |
chore(deps): add prettier-plugin-organize-imports (#552)
Diffstat (limited to 'test')
| -rw-r--r-- | test/system.spec.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system.spec.ts b/test/system.spec.ts index 7088f754..731402cb 100644 --- a/test/system.spec.ts +++ b/test/system.spec.ts @@ -1,5 +1,5 @@ -import { afterEach, describe, expect, it } from 'vitest'; import validator from 'validator'; +import { afterEach, describe, expect, it } from 'vitest'; import { faker } from '../src'; // TODO @prisis 2022-01-31: Add multiple seed based expectations. |
