From 22a8caa984c6cadcc0521d3032a3dc53538c5a18 Mon Sep 17 00:00:00 2001 From: Luis Rodrigues Date: Thu, 23 May 2024 17:28:07 +0200 Subject: [PATCH] =?UTF-8?q?test:=20=F0=9F=92=8D=20fix=20import?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/helper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/helper.ts b/test/helper.ts index 0801315e9..31a4d725a 100644 --- a/test/helper.ts +++ b/test/helper.ts @@ -2,7 +2,7 @@ import { expect } from 'vitest' import { waitFor, screen } from '@testing-library/dom' import { join } from 'path' import { readFileSync } from 'fs' -import matchers from '@testing-library/jest-dom/matchers' +import * as matchers from '@testing-library/jest-dom/matchers' expect.extend(matchers)