Skip to content

Commit

Permalink
ZETA-6955: Update packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieGreenman committed Oct 25, 2023
1 parent 092fb55 commit 39d9f4e
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 483 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
preset: 'ts-jest/presets/default-esm',
testEnvironment: 'node',
transform: {
'^.+\\.(t|j)s$': 'ts-jest'
'^.+\\.(t|j)s$': ['ts-jest', {useESM: true}]
},
transformIgnorePatterns: [
"node_modules/(?!(angular-html-parser)/)"
Expand Down
Loading

0 comments on commit 39d9f4e

Please sign in to comment.