We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f164191 + 6d65999 commit 3d4605eCopy full SHA for 3d4605e
.github/ISSUE_TEMPLATE/Bug_Report.md
@@ -20,6 +20,7 @@ tutorial to learn how: http://kcd.im/pull-request
20
21
- `@testing-library/jest-dom` version:
22
- `node` version:
23
+- `jest` (or `vitest`) version:
24
- `npm` (or `yarn`) version:
25
26
<!--
src/jest-globals.js
@@ -1,6 +1,6 @@
1
/* istanbul ignore file */
2
3
-import globals from '@jest/globals'
+import {expect} from '@jest/globals'
4
import * as extensions from './matchers'
5
6
-globals.expect.extend(extensions)
+expect.extend(extensions)
0 commit comments