eatdrinkhealthy / edh-app

The Eat Drink Healthy web (and tentatively mobile / cordova) app created with Meteor and React.
0 stars 0 forks source link

Update package.json test script to run all tests #41

Open stevenjmarsh opened 7 years ago

stevenjmarsh commented 7 years ago

Currently, npm (or yarn) test only runs unit-test (jest unit tests).

Include... integration-test full-integration-test (note, requires --settings settings.json; need to account for that on semaphore)