chore: remove unused code and dep (#11705)

This commit is contained in:
Nikolay Vitkov
2024-01-19 14:03:29 +01:00
committed by GitHub
parent 07889b5bb3
commit 6a28525fc9
8 changed files with 11 additions and 51 deletions

View File

@@ -117,7 +117,7 @@
]
},
"test": {
"command": "cross-env PUPPETEER_DEFERRED_PROMISE_DEBUG_TIMEOUT=20000 npx ./tools/mocha-runner --min-tests 1003",
"command": "npx ./tools/mocha-runner --min-tests 1003",
"dependencies": [
"./test:build",
"./tools/mocha-runner:build"
@@ -139,7 +139,6 @@
"@types/sinon": "17.0.3",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"cross-env": "7.0.3",
"esbuild": "0.19.11",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",