Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganitzsh committed Oct 31, 2023
1 parent 6005cab commit 0768580
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@
"release": "semantic-release",
"spellcheck": "cspell \"**/*\"",
"test": "NODE_OPTIONS='--experimental-vm-modules' jest",
"test:ci": "jest --ci --collect-coverage",
"test:coverage": "jest --collect-coverage",
"test:watch": "jest --watch --verbose false",
"test:ci": "NODE_OPTIONS='--experimental-vm-modules' jest --ci --collect-coverage",
"test:coverage": "NODE_OPTIONS='--experimental-vm-modules' jest --collect-coverage",
"test:watch": "NODE_OPTIONS='--experimental-vm-modules' jest --watch --verbose false",
"types": "tsc --noEmit"
},
"type": "module",
Expand Down

0 comments on commit 0768580

Please sign in to comment.