Skip to content

Commit

Permalink
Update readme about running tests commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Sepulveda committed May 5, 2016
1 parent 8f28868 commit 9a1eff0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,17 @@ npm install -g spacejam

### Running

spacejam test-packages works the same as meteor-test-packages, i.e.:
spacejam works the same as meteor tests commands i.e.:

For apps:
```
# For apps
spacejam test --driver-package my:driver-package
# For packages
spacejam test-packages <package>
```

### Running package tinytests

Expand Down

0 comments on commit 9a1eff0

Please sign in to comment.