diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-02-09 17:55:17 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-02-09 17:55:17 +0100 |
| commit | bc3ebb793666c0d7e58cf428ba12465a7b290cbe (patch) | |
| tree | 268d0ace82b56aada6fc320dbf99216ca9f0d7c6 /test/modules/string.spec.ts | |
| parent | aa183ad7cfe6346248801c280d89f9fad7c3cfee (diff) | |
| download | faker-bc3ebb793666c0d7e58cf428ba12465a7b290cbe.tar.xz faker-bc3ebb793666c0d7e58cf428ba12465a7b290cbe.zip | |
chore(deps)!: update dependency typescript to v5 (#1953)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: ST-DDT <[email protected]>
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'; |
