Skip to content

Commit cd94269

Browse files
author
Raymond Ottun
committed
fix: failing tests
1 parent 7a43b2c commit cd94269

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
@@ -43,7 +43,7 @@
4343
"dev": "ts-node src/deputy.ts --mocks-directory=mocks",
4444
"dev:ui": "yarn --cwd ui dev",
4545
"build:ui": "yarn --cwd ui build",
46-
"test": "jest",
46+
"test": "jest src/**/*.test.ts",
4747
"fill": "NODE_TLS_REJECT_UNAUTHORIZED=0 node random.js"
4848
},
4949
"devDependencies": {

0 commit comments

Comments
 (0)