Skip to content

Commit

Permalink
Minor migrations.
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverLinings89 committed Dec 16, 2024
1 parent 2d23c96 commit 7b753cb
Show file tree
Hide file tree
Showing 8 changed files with 9,735 additions and 46,750 deletions.
14 changes: 14 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
module.exports = {
preset: 'jest-preset-angular',
setupFilesAfterEnv: ['setup-jest.ts'],
testPathIgnorePatterns: ['/node_modules/', '/dist/', '/e2e/'],
globals: {
'ts-jest': {
tsconfig: 'tsconfig.spec.json',
stringifyContentPathRegex: '\\.html$',
},
},
transform: {
'^.+\\.(ts|js|html)$': 'ts-jest',
},
};
Loading

0 comments on commit 7b753cb

Please sign in to comment.