Skip to content

Commit

Permalink
fix: ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fermentfan committed Oct 6, 2023
1 parent 6ca7383 commit eab50a7
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 @@ -13,7 +13,7 @@
"build": "tsc",
"generate-plugin-schema": "veramo dev generate-plugin-schema",
"build:watch": "tsc -b --watch",
"test:ci": "jest --config=jest.config.json",
"test:ci": "npm run test --coverage=true",
"test:watch": "npm run test --watch --verbose",
"clean": "rm -rf tmp && rm database.sqlite && rm -rf build && rm tsconfig.tsbuildinfo",
"test": "NODE_OPTIONS=\"--experimental-vm-modules\" jest",
Expand Down

0 comments on commit eab50a7

Please sign in to comment.