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

Commit

Permalink
fixed issue with wrongly declared global variable in package.scripts.…
Browse files Browse the repository at this point in the history
…test
  • Loading branch information
constantology committed Aug 19, 2012
1 parent 36be08e commit 0915c2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -18,7 +18,7 @@
"url" : "git@github.com:constantology/m8.git"
},
"scripts" : {
"test" : "mocha --globals mocha,expect.js,m8 --reporter spec --ui tdd --colors ./test/m8.test.js"
"test" : "mocha -c --globals mocha,expect,m8 -R spec -u tdd ./test"
},
"version" : "0.1.7"
"version" : "0.1.8"
}

0 comments on commit 0915c2f

Please sign in to comment.