remove tests

This commit is contained in:
Sasha 2025-10-08 15:00:20 +02:00
parent 11fce4c5ef
commit 8670878bed
No known key found for this signature in database

View File

@ -46,10 +46,7 @@
"check:tsc": "tsc -p tsconfig.dev.json",
"check:lint": "eslint src *.js",
"check:spelling": "cspell \"{README.md,src/**/*.ts,src/**/*.tsx}\"",
"test": "NODE_ENV=test run-s test:*",
"test:node": "NODE_ENV=test TS_NODE_PROJECT=./tsconfig.dev.json mocha",
"watch:build": "tsc -p tsconfig.json -w",
"watch:test": "mocha --watch",
"prepublish": "npm run build",
"reset-hard": "git clean -dfx -e .idea && git reset --hard && npm i && npm run build"
},