Skip to content

Commit 9ccdd89

Browse files
committed
Support jasmine 5.x
1 parent 6c73882 commit 9ccdd89

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/test-jasmine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
jasmine-version: [2.x, 3.x, 4.x]
17+
jasmine-version: [2.x, 3.x, 4.x, 5.x]
1818

1919
steps:
2020
- uses: actions/checkout@v2

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@
33
"editor.tabSize": 4,
44
"editor.detectIndentation": false,
55
"typescript.tsdk": "node_modules\\typescript\\lib",
6-
"editor.codeActionsOnSave": { "source.fixAll.eslint": true }
6+
"editor.codeActionsOnSave": {
7+
"source.fixAll.eslint": "explicit"
8+
}
79
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"webpack": "^5.69.1"
7070
},
7171
"peerDependencies": {
72-
"jasmine": "2.x || 3.x || 4.x",
72+
"jasmine": "2.x || 3.x || 4.x || 5.x",
7373
"jest": "26.x || 27.x || 28.x || 29.x",
7474
"typescript": ">=4.2"
7575
},

0 commit comments

Comments
 (0)