Skip to content

Commit

Permalink
tests on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiaszCudnik committed Jun 17, 2019
1 parent 29c0e4c commit 2a17e3c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
"@ledgerhq/hw-transport-webusb": "^4.48.0",
"@material-ui/core": "^3.7.0",
"@material-ui/icons": "^3.0.1",
"@types/file-saver": "^2.0.1",
"@types/ledgerhq__hw-transport": "^4.21.1",
"@types/w3c-web-usb": "^1.0.3",
"async-mutex": "^0.1.3",
"babel-cli": "^6.26.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
Expand Down Expand Up @@ -61,7 +58,7 @@
"cypress": "cypress open",
"test": "run-p --race serve test-cypress",
"test-ci": "run-p --race serve test-cypress",
"test-cypress": "cypress-run run",
"test-cypress": "cypress-run run --record false",
"test-cypress:record": "cypress-run run --record",
"test-unit": "jest",
"test-unit:prepare": "rm -rf tmp/unit-test/; tsc --project tsconfig.test.json",
Expand Down Expand Up @@ -99,6 +96,10 @@
"@types/react-helmet": "^5.0.7",
"@types/react-intl": "^2.3.14",
"@types/socket.io-client": "^1.4.32",
"@types/file-saver": "^2.0.1",
"@types/ledgerhq__hw-transport": "^4.21.1",
"@types/sinon": "^7.0.13",
"@types/w3c-web-usb": "^1.0.3",
"babel-plugin-react-intl": "^3.0.1",
"cypress": "^3.3.1",
"cypress-run": "^1.0.6",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,11 @@
"@types/prop-types" "*"
csstype "^2.2.0"

"@types/sinon@^7.0.13":
version "7.0.13"
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-7.0.13.tgz#ca039c23a9e27ebea53e0901ef928ea2a1a6d313"
integrity sha512-d7c/C/+H/knZ3L8/cxhicHUiTDxdgap0b/aNJfsmLwFu/iOP17mdgbQsbHA3SJmrzsjD0l3UEE5SN4xxuz5ung==

"@types/socket.io-client@^1.4.32":
version "1.4.32"
resolved "https://registry.yarnpkg.com/@types/socket.io-client/-/socket.io-client-1.4.32.tgz#988a65a0386c274b1c22a55377fab6a30789ac14"
Expand Down

0 comments on commit 2a17e3c

Please sign in to comment.