Skip to content

Commit 4c3b24c

Browse files
committed
feat(expect): Expose toThrowMatchers
1 parent fbc63fd commit 4c3b24c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/expect/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"default": "./build/index.js"
1616
},
1717
"./package.json": "./package.json",
18-
"./build/matchers": "./build/matchers.js"
18+
"./build/matchers": "./build/matchers.js",
19+
"./build/toThrowMatchers": "./build/toThrowMatchers.js"
1920
},
2021
"dependencies": {
2122
"@jest/expect-utils": "workspace:^",

0 commit comments

Comments
 (0)