This commit is contained in:
Konrad Pabjan 2023-01-05 17:02:27 +00:00
parent f90bfb60c8
commit 38dd368eb2

View file

@ -10,7 +10,7 @@
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"lint": "eslint **/*.ts",
"test": "./node_modules/.bin/jest --testTimeout 10000"
"test": "./node_modules/jest/bin/jest --testTimeout 10000"
},
"repository": {
"type": "git",