Skip to content

Commit 56c132d

Browse files
committed
#127 issue no creating test casses for infrastructure endpoint done here
1 parent 022398c commit 56c132d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"serverstart": "DEBUG=api:* npm run devstart",
2121
"serverstartWin": "SET DEBUG=api:* && npm run devstart",
2222
"test": "NODE_OPTIONS=--experimental-vm-modules npx jest",
23-
"test:watch": "NODE_OPTIONS=--experimental-vm-modules npx jest --watch",
23+
"test:watch": "NODE_OPTIONS=--experimental-vm-modules npx jest --wa tch",
2424
"test:openHandels": "NODE_OPTIONS=--experimental-vm-modules npx jest --detectOpenHandles",
2525
"eslint": "eslint ."
2626
},

0 commit comments

Comments
 (0)