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 b8b8492 commit 3b98d4dCopy full SHA for 3b98d4d
matchers.js
@@ -1 +1,2 @@
1
-export * from './src/matchers'
+const matchers = require('./dist/matchers')
2
+module.exports = matchers
package.json
@@ -24,7 +24,8 @@
24
},
25
"files": [
26
"dist",
27
- "extend-expect.js"
+ "extend-expect.js",
28
+ "matchers.js"
29
],
30
"keywords": [
31
"testing",
0 commit comments