Skip to content

Commit

Permalink
Release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Luligu committed Feb 2, 2025
1 parent ed20a3b commit 03569a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"start:controller": "node ./dist/cli.js -controller",
"start:edge": "node ./dist/cli.js -edge -debug -logger debug -matterlogger debug",
"start:help": "node ./dist/cli.js -help",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand --forceExit",
"test:coverage": "node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand --verbose --coverage",
"test:verbose": "node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand --verbose",
"test:watch": "node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand --watch",
Expand Down

0 comments on commit 03569a7

Please sign in to comment.