Skip to content

Commit c538a02

Browse files
committed
turned tests back on
1 parent 6057093 commit c538a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"prestart": "yarn build",
1111
"start": "nodemon server.ts",
1212
"heroku-start": "node dist/server.js",
13-
"test": ":"
13+
"test": "vitest --no-file-parallelism"
1414
},
1515
"dependencies": {
1616
"axios": "^0.21.2",

0 commit comments

Comments
 (0)