diff --git a/packages/expect/package.json b/packages/expect/package.json index c4f13aba335c..e669780757f1 100644 --- a/packages/expect/package.json +++ b/packages/expect/package.json @@ -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:^",