-
Notifications
You must be signed in to change notification settings - Fork 3
Testing Viscoll
Dickson Law edited this page Dec 14, 2017
·
1 revision
If you wish to contribute to the development of Viscoll or verify your installation, please run the automated test suite.
Change to the viscoll-api
subdirectory and run bundle install
to install dependencies (if not already done). Then run one of the following commands:
- Running tests once:
rspec
- Running tests continuously:
guard
Change to the viscoll-app
subdirectory and run npm install
to install dependencies (if not already done). Then run one of the following commands:
- Running tests once:
npm test
- Running tests continuously:
npm test -- --watch