Skip to content

Commit

Permalink
Fix readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
berrberr committed May 24, 2016
1 parent 6df3afe commit f23df49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,6 @@ To run the tests locally, simply
$ grunt test
```

```
node test/runner.js
```

## License (MIT)

Copyright (c) 2014 Alex Gabriel under the MIT license.
Expand Down
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = function(config) {

autoWatch: true,

singleRun: false,
singleRun: true,

browsers: ["PhantomJS2"],

Expand Down

0 comments on commit f23df49

Please sign in to comment.