Skip to content

Commit f9aaf3c

Browse files
committed
Update extend-expect package name
1 parent a50ec54 commit f9aaf3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/__tests__/select.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { render, fireEvent } from '@testing-library/vue'
2-
import 'jest-dom/extend-expect'
2+
import '@testing-library/jest-dom/extend-expect'
33
import Select from './components/Select'
44

55
// There are several ways to interact with a Select component.

0 commit comments

Comments
 (0)