mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 01:39:21 +02:00
chore: update dependencies
This commit is contained in:
parent
954cd1d983
commit
fb62a6799d
19 changed files with 52 additions and 63 deletions
|
@ -9,7 +9,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@eslint/js": "^9.9.0",
|
||||
"@types/node": "^22.4.1",
|
||||
"@types/node": "^22.5.0",
|
||||
"eslint": "^9.9.0",
|
||||
"eslint-plugin-import-x": "^3.1.0",
|
||||
"typescript": "^5.5.4",
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"scripts": {},
|
||||
"keywords": [],
|
||||
"dependencies": {
|
||||
"@types/node": "^22.4.1",
|
||||
"@types/node": "^22.5.0",
|
||||
"json5": "^2.2.3"
|
||||
},
|
||||
"author": "",
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"run-test": "wrapper.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.4.1",
|
||||
"@types/node": "^22.5.0",
|
||||
"typescript": "^5.5.4"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -117,10 +117,5 @@ const filterCoverage = test.pipe(
|
|||
}),
|
||||
);
|
||||
|
||||
// @ts-expect-error
|
||||
test.pipe(spec()).pipe(process.stdout);
|
||||
test
|
||||
// @ts-expect-error
|
||||
.pipe(lcov)
|
||||
// @ts-expect-error
|
||||
.pipe(createWriteStream(resolve(coverageFolder, "lcov.info")));
|
||||
test.pipe(lcov).pipe(createWriteStream(resolve(coverageFolder, "lcov.info")));
|
||||
|
|
|
@ -7,7 +7,8 @@ const child = spawn(
|
|||
process.execPath,
|
||||
[
|
||||
"--enable-source-maps",
|
||||
"--experimental-test-coverage",
|
||||
// Disable code coverage until https://github.com/nodejs/node/pull/54444 is released
|
||||
// "--experimental-test-coverage",
|
||||
fileURLToPath(import.meta.resolve("./run-test.js", import.meta.url)),
|
||||
],
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue