Skip to content

Commit 71172eb

Browse files
committed
Fix jest config to be ES module compatible
1 parent c13e856 commit 71172eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module.exports = {
1+
export default {
22
transform: {
33
'^.+\\.ts?$':
44
['ts-jest',

0 commit comments

Comments
 (0)