We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe0ebe commit 618b2bfCopy full SHA for 618b2bf
package.json
@@ -30,7 +30,7 @@
30
"db:clean": "cd test/db && docker-compose down",
31
"db:run": "cd test/db && docker-compose up --detach && sleep 5",
32
"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"
+ "test:update": "run-s db:clean db:run && node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand --updateSnapshot && run-s db:clean"
34
},
35
"engines": {
36
"node": ">=16",
0 commit comments