This commit is contained in:
Tatyana Kostromskaya
2024-01-10 14:06:12 +00:00
parent 1f44486d0f
commit 2cf691415a

View File

@@ -9,7 +9,7 @@
"format-check": "prettier --check '**/*.ts'",
"lint": "eslint --fix src/**/*.ts",
"package": "ncc build --source-map --license licenses.txt",
"test": "jest --forceExit",
"test": "jest --testTimeout=10000",
"test:watch": "jest --watch src",
"all": "npm run build && npm run format && npm run lint && npm run package && npm test"
},