Skip to content

Commit

Permalink
update npm script test:unit:components
Browse files Browse the repository at this point in the history
  • Loading branch information
floating committed Feb 24, 2023
1 parent 8e1feea commit be54764
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 @@ -44,7 +44,7 @@
"test:unit": "npm run test:unit:main && npm run test:unit:components && npm run test:unit:resources",
"test:unit:main": "npm run test:exec -- --env=node ./test/main",
"test:unit:resources": "npm run test:exec -- --env=node --roots=test/resources --testPathIgnorePatterns=\\(/Components/ /Hooks/\\)",
"test:unit:components": "npm run test:exec -- --env=jsdom --roots 'test/app' 'test/resources/Hooks' 'test/resources/Components' --testTimeout=500",
"test:unit:components": "npm run test:exec -- --env=jsdom --roots test/app test/resources/Hooks test/resources/Components --testTimeout=500",
"test:e2e": "npm run test:exec -- --env=node --config ./jest.e2e.config.json ./test/e2e",
"test:usbAdapters": "ELECTRON_RUN_AS_NODE=true ./node_modules/.bin/electron ./node_modules/jest/bin/jest.js ./test/main/signers/ledger/adapter.test.js --testPathIgnorePatterns=''",
"local:rpc": "ganache-cli --account=\"0x2d6945dbddb8dcf5492004e6f720f8e971196ff61a61c4be99714ebc71e06c00, 5000000000000000000000\" --account=\"0xaef6a68a47c1628081e4e6df195f5f712ae4eb7da332a6d74dca06ae32a3e7ae,5000\""
Expand Down

0 comments on commit be54764

Please sign in to comment.