Skip to content

Commit

Permalink
Factor test runner into Jasminum project
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Mar 20, 2014
1 parent fc5575a commit 185cd5c
Show file tree
Hide file tree
Showing 15 changed files with 325 additions and 802 deletions.
18 changes: 8 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,25 +46,23 @@
},
"devDependencies": {
"jshint": "~2.3.0",
"jasmine-node": "1.11.0",
"opener": "*",
"promises-aplus-tests": "1.x",
"jasminum": "~0.0.0",
"opener": "~1.3.0",
"promises-aplus-tests": "~1.0.2",
"mr": "~0.15.1",
"istanbul": "~0.2.4",
"matcha": "~0.2.0",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-clean": "~0.5.0",
"matcha": "~0.2.0",
"grunt-global-wrap": "~1.1.0",
"grunt-amd-wrap": "~1.0.0",
"grunt-s3": "~0.2.0-alpha.2",
"mr": "~0.13.3",
"collections": "~0.2.2",
"colors": "~0.6.2",
"istanbul": "~0.2.4"
"grunt-s3": "~0.2.0-alpha.2"
},
"scripts": {
"lint": "jshint q.js",
"test": "npm run lint && node test/node-runner.js && promises-aplus-tests test/aplus-adapter",
"test": "npm run lint && jasminum test && promises-aplus-tests test/aplus-adapter",
"cover": "istanbul cover test/index.js && istanbul report html && opener coverage/index.html",
"release": "grunt release",
"benchmark": "matcha"
Expand Down
278 changes: 0 additions & 278 deletions test.js

This file was deleted.

Loading

0 comments on commit 185cd5c

Please sign in to comment.