We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ea527 commit 891cfb9Copy full SHA for 891cfb9
.github/workflows/jest_tests.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Use Node.js
23
uses: actions/setup-node@v1
24
with:
25
- node-version: 12.x
+ node-version: 15.x
26
registry-url: https://registry.npmjs.org/
27
scope: '@mat-github-ci'
28
env:
jest.config.js
@@ -23,7 +23,7 @@ module.exports = {
setupFilesAfterEnv: ['./src/jest-setup.ts'],
globals: {
'ts-jest': {
- tsConfig: './tsconfig.json',
+ tsconfig: './tsconfig.json',
isolatedModules: true
}
29
0 commit comments