fix(docs,asinput): semantic-release & jest docs; asInput a11y fix
docs(readme): add semantic-release documentation docs(readme): add semantic-release notes to documentation docs(readme): add cli gif link docs(readme): fix some formatting docs(readme): add more background information fix(asinput): Accessibility fixes for asInput (#97) * fix(asinput): Add screen-reader text for danger icon * fix(asinput): Load form-control-feedback on page load w/ aria-live fix(readme): Document how to run jest tests in Chrome DevTools (#96) Also adds an npm run test-debug script.
Showing
docs/inspect-chrome-jest.png
0 → 100644
67.4 KB
| ... | @@ -13,6 +13,7 @@ | ... | @@ -13,6 +13,7 @@ |
| "build": "NODE_ENV=production webpack", | "build": "NODE_ENV=production webpack", | ||
| "build-storybook": "build-storybook", | "build-storybook": "build-storybook", | ||
| "coveralls": "cat ./coverage/lcov.info | coveralls", | "coveralls": "cat ./coverage/lcov.info | coveralls", | ||
| "debug-test": "node --inspect-brk node_modules/.bin/jest --runInBand --coverage", | |||
| "deploy-storybook": "storybook-to-ghpages", | "deploy-storybook": "storybook-to-ghpages", | ||
| "gc": "commit", | "gc": "commit", | ||
| "lint": "eslint --ext .js --ext .jsx .", | "lint": "eslint --ext .js --ext .jsx .", | ||
| ... | @@ -69,6 +70,7 @@ | ... | @@ -69,6 +70,7 @@ |
| "husky": "^0.14.1", | "husky": "^0.14.1", | ||
| "identity-obj-proxy": "^3.0.0", | "identity-obj-proxy": "^3.0.0", | ||
| "jest": "^21.0.1", | "jest": "^21.0.1", | ||
| "jest-cli": "^21.2.1", | |||
| "node-sass": "^4.5.3", | "node-sass": "^4.5.3", | ||
| "postcss-scss": "^1.0.1", | "postcss-scss": "^1.0.1", | ||
| "react-router-dom": "^4.1.1", | "react-router-dom": "^4.1.1", | ||
| ... | ... |