|
@@ -11,7 +11,8 @@
|
|
"storybook": "lerna run --scope atlas-app --stream storybook",
|
|
"storybook": "lerna run --scope atlas-app --stream storybook",
|
|
"lint": "yarn workspace atlas-app lint",
|
|
"lint": "yarn workspace atlas-app lint",
|
|
"clean": "lerna clean && rm -rf node_modules",
|
|
"clean": "lerna clean && rm -rf node_modules",
|
|
- "test": "yarn workspace atlas-app test"
|
|
|
|
|
|
+ "test": "yarn workspace atlas-app test",
|
|
|
|
+ "coverage": "yarn test --coverage"
|
|
},
|
|
},
|
|
"lint-staged": {
|
|
"lint-staged": {
|
|
"*.{ts,tsx,js,jsx,json}": [
|
|
"*.{ts,tsx,js,jsx,json}": [
|
|
@@ -22,6 +23,7 @@
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.28",
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.28",
|
|
"@fortawesome/free-solid-svg-icons": "^5.13.0",
|
|
"@fortawesome/free-solid-svg-icons": "^5.13.0",
|
|
"@fortawesome/react-fontawesome": "^0.1.9",
|
|
"@fortawesome/react-fontawesome": "^0.1.9",
|
|
|
|
+ "@types/enzyme": "^3.10.5",
|
|
"@types/jest": "^24.0.0",
|
|
"@types/jest": "^24.0.0",
|
|
"@types/node": "^12.0.0",
|
|
"@types/node": "^12.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^3.5.0",
|
|
"@typescript-eslint/eslint-plugin": "^3.5.0",
|