Skip to content

Commit 9a4569e

Browse files
committed
clean up
1 parent 9054e56 commit 9a4569e

File tree

4 files changed

+26
-197
lines changed

4 files changed

+26
-197
lines changed

package-lock.json

Lines changed: 23 additions & 184 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
"eslint-plugin-jsx-a11y": "^4.0.0",
5656
"eslint-plugin-react": "^6.10.3",
5757
"imports-loader": "^0.7.1",
58-
"jasmine-reporters": "^2.3.1",
5958
"jest-cli": "^23.1.0",
6059
"prop-types": "^15.6.1",
6160
"raw-loader": "^0.5.1",
@@ -83,7 +82,9 @@
8382
"node_modules"
8483
],
8584
"testRegex": "\\.(spec|e2e|snapshot)\\.js$",
86-
"collectCoverageFrom": ["<rootDir>/src/**/*.{js,jsx}"],
85+
"collectCoverageFrom": [
86+
"<rootDir>/src/**/*.{js,jsx}"
87+
],
8788
"coverageDirectory": "<rootDir>/tests/__coverage__/",
8889
"coverageReporters": [
8990
"json",

setup-jasmine-env.js

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)