Skip to content

Commit

Permalink
added tests for browser
Browse files Browse the repository at this point in the history
  • Loading branch information
David Kudera committed Nov 24, 2013
1 parent e0ffcad commit e758c9f
Show file tree
Hide file tree
Showing 10 changed files with 1,616 additions and 12 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@
"easy-configuration": "~1.6.2"
},
"devDependencies": {
"chai": "~1.8.1"
"chai": "~1.8.1",
"mocha": "~1.14.0"
},
"scripts": {
"test": "cd ./test; mocha ./index.js --reporter spec;"
"test": "cd ./test; echo \"Testing in node:\"; mocha ./node/index.js --reporter spec; cd browser; echo \"Testing in browser:\"; simq build; mocha-phantomjs ./index.html"
}
}
Loading

0 comments on commit e758c9f

Please sign in to comment.