aboutsummaryrefslogtreecommitdiff
path: root/test/support
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-02-09 17:55:17 +0100
committerGitHub <[email protected]>2024-02-09 17:55:17 +0100
commitbc3ebb793666c0d7e58cf428ba12465a7b290cbe (patch)
tree268d0ace82b56aada6fc320dbf99216ca9f0d7c6 /test/support
parentaa183ad7cfe6346248801c280d89f9fad7c3cfee (diff)
downloadfaker-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/support')
-rw-r--r--test/support/seeded-runs.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/support/seeded-runs.ts b/test/support/seeded-runs.ts
index e95a522f..75019799 100644
--- a/test/support/seeded-runs.ts
+++ b/test/support/seeded-runs.ts
@@ -1,4 +1,4 @@
-import { describe, describe as vi_describe, expect, it as vi_it } from 'vitest';
+import { describe, expect, describe as vi_describe, it as vi_it } from 'vitest';
import type { Faker } from '../../src/faker';
import type { Callable, MethodOf } from '../../src/utils/types';