From 6e0eac514fb035f904b3b767a0a7663d5b30ec55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 16:39:45 +0100 Subject: chore(deps): update vitest to v3 (major) (#3389) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT --- test/modules/finance.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/modules') diff --git a/test/modules/finance.spec.ts b/test/modules/finance.spec.ts index eab50d94..29b490d2 100644 --- a/test/modules/finance.spec.ts +++ b/test/modules/finance.spec.ts @@ -388,7 +388,7 @@ describe('finance', () => { expect(bitcoinAddress).toBeTruthy(); expect(bitcoinAddress).toBeTypeOf('string'); expect(bitcoinAddress).toSatisfy(isBtcAddress); - expect(bitcoinAddress).toSatisfy((v) => + expect(bitcoinAddress).toSatisfy((v: string) => regexes.some((r) => r.test(v)) ); } -- cgit v1.2.3