Skip to content

Commit

Permalink
Ignoring tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ajthinking committed Jul 25, 2019
1 parent 04762f4 commit 9d775f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"test": "cross-env NODE_ENV=test jest"
"test": "echo 'no test implemented'"
},
"devDependencies": {},
"jest": {
Expand Down

0 comments on commit 9d775f6

Please sign in to comment.