Skip to content

Commit

Permalink
test: πŸ’ fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
lrodrigues-newstore committed May 23, 2024
1 parent 2a3269e commit 22a8caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 22a8caa

Please sign in to comment.