Skip to content

Commit

Permalink
getWrappedComponent fix test script
Browse files Browse the repository at this point in the history
  • Loading branch information
billneff79 committed Mar 22, 2019
1 parent 754b974 commit 31be981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
"source": "src/index.js",
"scripts": {
"lint": "eslint src test",
"test": "npm-run-all -p lint test:unit test:prod",
"test": "npm-run-all -p lint test:unit build -s test:prod",
"test:unit": "karma start karma.conf.js --single-run",
"test:prod": "TEST_PRODUCTION=true npm run test:unit",
"test:watch": "npm run test:unit -- --no-single-run",
Expand Down

0 comments on commit 31be981

Please sign in to comment.