Skip to content

Commit

Permalink
Update readme and changelog with spacejam-mocha and meteor-mocha and …
Browse files Browse the repository at this point in the history
…bump package version
  • Loading branch information
Ronen Babayoff committed Jan 13, 2016
1 parent 956b755 commit 6f2f6df
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.5.1

- Add meteor-mocha wrapper script

## 1.5.0

- Add spacejam-mocha
Expand Down
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ spacejam-mocha myaccount:mypkg1 myaccount:mypkg2
- [Running your package tests standalone](#running-your-package-tests-standalone)
- [Exit codes](#exit-codes)
- [spacjam package-version](#spacjam-package-version)
- [spacejam-mocha wrapper script](#spacejam-mocha-wrapper-script)
- [meteor-mocha wrapper script](#meteor-mocha-wrapper-script)
- [mrun (meteor run)](#mrun-meteor-run)
- [METEOR_SETTINGS_PATH](#meteor_settings_path)
- [mtp (meteor test-packages)](#mtp-meteor-test-packages)
Expand Down Expand Up @@ -179,6 +181,22 @@ spacejam-mocha test-packages ./
Prints the package version in the current working directory's package.js
## spacejam-mocha wrapper script
A wrapper script so you don't have to specify --driver-package=practicalmeteor:mocha-console-runner on the command line every time, i.e.:
```
spacejam-mocha --production ./
```
## meteor-mocha wrapper script
A wrapper script so you don't have to specify --driver-package=practicalmeteor:mocha on the command line every time, i.e.:
```
meteor-mocha --port 4000 pkg1 pkg2
```
## mrun (meteor run)
Runs `meteor run` with the provided options. Supports the following additional environment variables:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spacejam",
"version": "1.5.0",
"version": "1.5.1",
"dependencies": {
"chai": "1.9.2",
"glob": "4.0.6",
Expand Down

0 comments on commit 6f2f6df

Please sign in to comment.