Skip to content

Commit

Permalink
Support jasmine 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Roaders committed May 7, 2024
1 parent 6c73882 commit 9ccdd89
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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, 4.x]
jasmine-version: [2.x, 3.x, 4.x, 5.x]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
"editor.tabSize": 4,
"editor.detectIndentation": false,
"typescript.tsdk": "node_modules\\typescript\\lib",
"editor.codeActionsOnSave": { "source.fixAll.eslint": true }
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"webpack": "^5.69.1"
},
"peerDependencies": {
"jasmine": "2.x || 3.x || 4.x",
"jasmine": "2.x || 3.x || 4.x || 5.x",
"jest": "26.x || 27.x || 28.x || 29.x",
"typescript": ">=4.2"
},
Expand Down

0 comments on commit 9ccdd89

Please sign in to comment.