Skip to content

Commit

Permalink
fix: root matchers module (closes #197) (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnapse committed Feb 3, 2020
1 parent b8b8492 commit 3b98d4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion matchers.js
@@ -1 +1,2 @@
export * from './src/matchers'
const matchers = require('./dist/matchers')
module.exports = matchers
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -24,7 +24,8 @@
},
"files": [
"dist",
"extend-expect.js"
"extend-expect.js",
"matchers.js"
],
"keywords": [
"testing",
Expand Down

0 comments on commit 3b98d4d

Please sign in to comment.