Skip to content

Commit

Permalink
chore: Added test:watch script
Browse files Browse the repository at this point in the history
  • Loading branch information
rijuma committed Nov 8, 2024
1 parent 14870d3 commit ee2c068
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"snapshot": "fedx-scripts jest --updateSnapshot",
"start": "fedx-scripts webpack-dev-server --progress",
"test": "fedx-scripts jest --coverage --passWithNoTests",
"test:ci": "fedx-scripts jest --silent --coverage --passWithNoTests"
"test:ci": "fedx-scripts jest --silent --coverage --passWithNoTests",
"test:watch": "fedx-scripts jest --passWithNoTests --watch"
},
"files": [
"/dist"
Expand Down

0 comments on commit ee2c068

Please sign in to comment.