test: add test suite for 1.3
Showing
__test__/LiveRoute.test.tsx
0 → 100644
__test__/mock.tsx
0 → 100644
package-lock.json
deleted
100755 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | ... | @@ -13,7 +13,8 @@ |
"dev": "tsc -b -w --pretty", | ||
"prepare": "npm run build", | ||
"lint": "tslint src", | ||
"test": "jest" | ||
"test": "jest", | ||
"test:watch": "jest --watch" | ||
}, | ||
"peerDependencies": { | ||
"react": ">=15" | ||
... | ... | @@ -35,6 +36,7 @@ |
"@types/react-router-dom": "^4.3.1", | ||
"jest": "^24.5.0", | ||
"jest-environment-jsdom": "^24.5.0", | ||
"react-testing-library": "^6.0.0", | ||
"ts-jest": "^24.0.0", | ||
"tslint": "^5.14.0", | ||
"tslint-config-alloy": "^0.2.1", | ||
... | ... |
yarn-error.log
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment