Skip to content

Commit

Permalink
[E4E-1124]: Bumping dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pbotecchi-daitan committed Jan 8, 2024
1 parent 6a37e12 commit 9dbf1f9
Show file tree
Hide file tree
Showing 4 changed files with 4,000 additions and 1,220 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
${{ runner.os }}-test-${{ env.cache-name }}-
${{ runner.os }}-test-
${{ runner.os }}-
- run: npm i
- run: npm ci
- run: npm run test
- name: Build
run: npm run build
Expand Down
14 changes: 7 additions & 7 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ module.exports = {
statements: 100,
},
},
globals: {
'ts-jest': {
diagnostics: false,
tsconfig: './tsconfig.json',
},
},
maxWorkers: os.cpus().length / 2,
preset: 'ts-jest',
roots: ['<rootDir>/lib'],
transform: {
'^.+\\.ts$': 'ts-jest',
'^.+\\.ts$': [
'ts-jest',
{
diagnostics: false,
tsconfig: './tsconfig.json',
},
],
},
};
Loading

0 comments on commit 9dbf1f9

Please sign in to comment.