From bc3ebb793666c0d7e58cf428ba12465a7b290cbe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 17:55:17 +0100 Subject: 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 --- test/modules/string.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/modules/string.spec.ts') 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'; -- cgit v1.2.3