Skip to content
Snippets Groups Projects
Commit 104cc12c authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Add integration tests back to the default test command

parent 5ca2693b
No related branches found
Tags 0.1.0-prerelease.20191104213759
No related merge requests found
......@@ -13,7 +13,7 @@
"start": "npm run i18n:msgs && webpack-dev-server",
"unit-test": "jest test/unit",
"integration-test": "jest --runInBand test/integration",
"test": "npm run lint && npm run unit-test && npm run build",
"test": "npm run lint && npm run unit-test && npm run build && npm run integration-test",
"watch": "webpack --progress --colors --watch"
},
"author": "Massachusetts Institute of Technology",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment