Skip to content

Commit 8e5e7ac

Browse files
committed
added transform and test options to jest config
1 parent 53b74ba commit 8e5e7ac

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

jest.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,9 @@ module.exports = {
55
'**/?(*.)+(spec|test).[tj]s?(x)' ],
66
setupFilesAfterEnv: [
77
'./test/helpers/setup.ts'
8-
]
8+
],
9+
transformIgnorePatterns: ["/node_modules/(?!lit-html).+\\.js"],
10+
testEnvironmentOptions: {
11+
customExportConditions: ['node']
12+
}
913
}

0 commit comments

Comments
 (0)