Skip to content

Commit 8e30e14

Browse files
authored
Merge pull request #915 from DataDog/sbarrio/fix/re-export-jest-mocks
[Fix] Re-export Datadog SDK jest mocks
2 parents ed601a3 + a81c251 commit 8e30e14

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/core/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@
4949
"require": "./lib/commonjs/metro.js",
5050
"types": "./lib/typescript/metro.d.ts"
5151
},
52+
"./jest": {
53+
"import": "./jest/mock.js",
54+
"require": "./jest/mock.js"
55+
},
5256
"./package.json": "./package.json"
5357
},
5458
"publishConfig": {

0 commit comments

Comments
 (0)