Skip to content

Commit

Permalink
update package.json test commands for jest
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Jan 30, 2025
1 parent 85174aa commit 0d79f78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/starship/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"format": "eslint . --fix",
"clean": "rimraf ./types && rimraf ./src/codegen && rimraf ./src/codegen1",
"starship": "starship --config configs/config.yaml",
"starship:test": "jest --config ./jest.starship.config.js --verbose --bail",
"starship:debug": "jest --config ./jest.starship.config.js --runInBand --verbose --bail",
"starship:watch": "jest --watch --config ./jest.starship.config.js"
"starship:test": "jest --testPathPattern=starship/ --verbose --bail",
"starship:debug": "jest --testPathPattern=starship/ --runInBand --verbose --bail",
"starship:watch": "jest --watch --testPathPattern=starship/"
},
"jest": {
"preset": "ts-jest",
Expand Down

0 comments on commit 0d79f78

Please sign in to comment.