diff --git a/test/helper.ts b/test/helper.ts index 078e0b408..0801315e9 100644 --- a/test/helper.ts +++ b/test/helper.ts @@ -1,9 +1,8 @@ import { expect } from 'vitest' -import '@testing-library/jest-dom' -import matchers from '@testing-library/jest-dom/matchers' import { waitFor, screen } from '@testing-library/dom' import { join } from 'path' import { readFileSync } from 'fs' +import matchers from '@testing-library/jest-dom/matchers' expect.extend(matchers)