Skip to content

Commit 0702436

Browse files
authored
Refactor unit tests to use to throw with message (#4)
1 parent 3eece85 commit 0702436

8 files changed

+831
-161
lines changed

.github/workflows/validate-branch.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Check dependency vulnerabilities
4242
run: |-
4343
44-
npx check-audit
44+
npx check-audit --omit dev
4545
4646
validate-code:
4747
runs-on: ubuntu-18.04

jest.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ module.exports = {
22
transform: {
33
'^.+\\.ts$': 'ts-jest',
44
},
5+
setupFilesAfterEnv: ['jest-extended/all'],
56
};

0 commit comments

Comments
 (0)