We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9fa501 commit eaffcf7Copy full SHA for eaffcf7
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
fail-fast: false
24
matrix:
25
os: [ubuntu-latest, windows-latest, macos-latest]
26
- node-version: [20.x, 22.x]
+ node-version: [20.x, 22.x, 24.x]
27
28
steps:
29
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
test/route-update.js
@@ -4,7 +4,7 @@ import sinon from 'sinon';
4
import Router from '../lib/router.js';
5
import * as helpers from './helpers.js';
6
7
-const {default: crossSpawn} = await esmocha.mock('cross-spawn');
+const {default: crossSpawn} = await esmocha.mock('cross-spawn', {default: esmocha.fn()});
8
const {update} = await import('../lib/routes/update.js');
9
esmocha.reset();
10
0 commit comments