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.
1 parent 69c5b97 commit 116ef7cCopy full SHA for 116ef7c
test/utils.test.js
@@ -1,3 +1,7 @@
1
+/**
2
+ * @jest-environment jsdom
3
+ */
4
+
5
import {toBeDeepCloseTo} from 'jest-matcher-deep-close-to';
6
expect.extend({toBeDeepCloseTo});
7
0 commit comments