We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a50ec54 commit f9aaf3cCopy full SHA for f9aaf3c
tests/__tests__/select.js
@@ -1,5 +1,5 @@
1
import { render, fireEvent } from '@testing-library/vue'
2
-import 'jest-dom/extend-expect'
+import '@testing-library/jest-dom/extend-expect'
3
import Select from './components/Select'
4
5
// There are several ways to interact with a Select component.
0 commit comments