Skip to content

Commit b06dcdd

Browse files
committed
node v22; fix test
1 parent 85e1725 commit b06dcdd

File tree

4 files changed

+3291
-10728
lines changed

4 files changed

+3291
-10728
lines changed

.github/workflows/node.js.yml

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

2525
strategy:
2626
matrix:
27-
node-version: [18.x]
27+
node-version: [22.x]
2828
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2929

3030
steps:

jest.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,7 @@ export default {
163163
// testResultsProcessor: undefined,
164164

165165
// This option allows use of a custom test runner
166-
// testRunner: "jasmine2",
167-
// testRunner: "jest-circus/runner",
166+
testRunner: "jest-circus/runner",
168167

169168
// This option sets the URL for the jsdom environment. It is reflected in properties such as location.href
170169
// testURL: "http://localhost",

0 commit comments

Comments
 (0)