Skip to content

Commit

Permalink
Update jasmine and jest supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Roaders committed Aug 11, 2022
1 parent d82ee2d commit 9caf6a5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-jasmine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
jasmine-version: [2.x, 3.x]
jasmine-version: [2.x, 3.x, 4.x]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
jest-version: [26.x, 27.x]
jest-version: [26.x, 27.x, 28.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -23,5 +23,5 @@ jobs:
with:
node-version: 16.x
- run: npm ci
- run: npm install jest@${{ matrix.jest-version }} ts-jest@${{ matrix.jest-version }} @types/jest@${{ matrix.jest-version }}
- run: npm install jest@${{ matrix.jest-version }} ts-jest@${{ matrix.jest-version }} @types/jest@${{ matrix.jest-version }} --legacy-peer-deps
- run: npm run test:jest
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
"webpack": "^5.69.1"
},
"peerDependencies": {
"jasmine": "2.x || 3.x",
"jest": "26.x || 27.x",
"jasmine": "2.x || 3.x || 4.x",
"jest": "26.x || 27.x || 28.x",
"typescript": ">=4.2"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit 9caf6a5

Please sign in to comment.