Skip to content

Commit

Permalink
chore: add test watch command
Browse files Browse the repository at this point in the history
  • Loading branch information
chouchouji committed Nov 25, 2024
1 parent 73f6430 commit b3fd633
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ jspm_packages/
# Local History for Visual Studio Code
.history/

# Dependency directories
node_modules/
jspm_packages/

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"scripts": {
"star": "npm star nrm",
"test": "jest",
"test:watch": "jest --watch",
"changeset:version": "changeset version",
"changeset:publish": "changeset publish",
"format": "prettier . --write"
Expand Down

0 comments on commit b3fd633

Please sign in to comment.