Skip to content

Commit

Permalink
chore(expect): expose default matchers
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Oct 5, 2021
1 parent 02df7d3 commit a1c49e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/expect/package.json
Expand Up @@ -12,7 +12,8 @@
"exports": {
".": "./build/index.js",
"./package.json": "./package.json",
"./build/utils": "./build/utils.js"
"./build/utils": "./build/utils.js",
"./build/matchers": "./build/matchers.js"
},
"dependencies": {
"@jest/types": "^27.2.4",
Expand Down

0 comments on commit a1c49e3

Please sign in to comment.