Skip to content

Commit 618b2bf

Browse files
committed
chore: fix test:update script
1 parent abe0ebe commit 618b2bf

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
@@ -30,7 +30,7 @@
3030
"db:clean": "cd test/db && docker-compose down",
3131
"db:run": "cd test/db && docker-compose up --detach && sleep 5",
3232
"test:run": "node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand",
33-
"test:update": "run-s db:clean db:run && jest --runInBand --updateSnapshot && run-s db:clean"
33+
"test:update": "run-s db:clean db:run && node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand --updateSnapshot && run-s db:clean"
3434
},
3535
"engines": {
3636
"node": ">=16",

0 commit comments

Comments
 (0)