Skip to content

Commit

Permalink
feat(expect): Expose toThrowMatchers
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Sep 27, 2022
1 parent fbc63fd commit 4c3b24c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/expect/package.json
Expand Up @@ -15,7 +15,8 @@
"default": "./build/index.js"
},
"./package.json": "./package.json",
"./build/matchers": "./build/matchers.js"
"./build/matchers": "./build/matchers.js",
"./build/toThrowMatchers": "./build/toThrowMatchers.js"
},
"dependencies": {
"@jest/expect-utils": "workspace:^",
Expand Down

0 comments on commit 4c3b24c

Please sign in to comment.