mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-04 12:43:24 +00:00
Fixed Tests GitHub Action
This commit is contained in:
parent
3a095e2096
commit
f4426fc2a4
2 changed files with 3 additions and 2 deletions
|
@ -12,7 +12,8 @@
|
|||
"format": "prettier --check --ignore-path .prettierignore .",
|
||||
"format:fix": "prettier --write --ignore-path .prettierignore .",
|
||||
"test": "jest",
|
||||
"coverage": "jest --coverage"
|
||||
"coverage": "jest --coverage",
|
||||
"generate-junit": "JEST_JUNIT_CLASSNAME=\"{filepath}\" jest --reporters=jest-junit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@arcjet/next": "^1.0.0-alpha.34",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue