feat: rename test:unit by test:front
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
c3b9a4f719
commit
e97c499e39
|
@ -14,8 +14,8 @@
|
||||||
"test:e2e": "cypress open --browser chromium",
|
"test:e2e": "cypress open --browser chromium",
|
||||||
"test:e2e:ci": "npm run resetDatabase && cd ../salix-front && cypress run --browser chromium",
|
"test:e2e:ci": "npm run resetDatabase && cd ../salix-front && cypress run --browser chromium",
|
||||||
"test": "echo \"See package.json => scripts for available tests.\" && exit 0",
|
"test": "echo \"See package.json => scripts for available tests.\" && exit 0",
|
||||||
"test:unit": "vitest",
|
"test:front": "vitest",
|
||||||
"test:unit:ci": "vitest run",
|
"test:front:ci": "vitest run",
|
||||||
"commitlint": "commitlint --edit",
|
"commitlint": "commitlint --edit",
|
||||||
"prepare": "npx husky install",
|
"prepare": "npx husky install",
|
||||||
"addReferenceTag": "node .husky/addReferenceTag.js",
|
"addReferenceTag": "node .husky/addReferenceTag.js",
|
||||||
|
|
Loading…
Reference in New Issue