Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Fix error in test usage example #209

Merged
merged 1 commit into from
May 19, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ using a Neutrino-compatible preset. Neutrino currently provides three core testi
```bash
# PRESET_MODULE is the name of the preset to build with, e.g. neutrino-preset-react
# TESTING_MODULE is the name of another preset to build with, e.g. neutrino-preset-karma
neutrino build --use PRESET_MODULE TESTING_MODULE
neutrino test --use PRESET_MODULE TESTING_MODULE
```

Putting this into your `package.json` will allow you to test your project using either
Expand Down