Skip to content

Commit c746ce6

Browse files
committed
fix(api/test): fix api/test entrypoint... again (CommonJS still, duh)
1 parent fb2f9e7 commit c746ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from 'ts-jest/utils'
1+
module.exports = require('ts-jest/utils')

0 commit comments

Comments
 (0)