Skip to content

Commit

Permalink
Correct npm script usage in DEVELOPMENT.md (slab#1032)
Browse files Browse the repository at this point in the history
  • Loading branch information
joedynamite authored and Tim McClure committed Dec 12, 2016
1 parent 599a3ed commit 914c242
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The local development environment requires both Node.js and Ruby, along with the

You can now try out the unit test suite by running:

npm test:unit
npm run test:unit

Karma also provides a local server so you can just visit a url from any browser to run the test suite, instead of launching one from the command line. Webpack also provides a server to dynamically build and serve the latest copy of the source code. Jekyll does the same for the documentation site.

Expand All @@ -30,15 +30,15 @@ All four services can be run with a single command thanks to [foreman](http://dd

While Quill features an extensive javascript test suite, which you can run with:

npm test:unit
npm run test:unit

However some functionality can only be tested with webdriver. To set up or update webdriver run:

npm webdriver:update

Once webdriver is installed, you can run the test suite with

npm test:functional
npm run test:functional


### Workflow
Expand Down

0 comments on commit 914c242

Please sign in to comment.