Skip to content

Commit

Permalink
chore: rename karma-unit.conf.js to karma.conf.js
Browse files Browse the repository at this point in the history
  • Loading branch information
btford committed Jun 2, 2014
1 parent 7f893a3 commit 8e891f6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Returns whether or not the modal is currently activated.
You can run the tests with [`karma`](http://karma-runner.github.io/0.10/index.html):

```shell
karma start karma-unit.conf.js
karma start karma.conf.js
```


Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "easily add a modal to your angular app",
"main": "modal.js",
"scripts": {
"test": "./node_modules/.bin/bower install && ./node_modules/.bin/karma start karma-unit.conf.js --browsers Firefox --single-run"
"test": "./node_modules/.bin/bower install && ./node_modules/.bin/karma start karma.conf.js --browsers Firefox --single-run"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 8e891f6

Please sign in to comment.