Skip to content

Commit

Permalink
add chai assertion library as dependency
Browse files Browse the repository at this point in the history
needed, since mocha doesn't have assertions
  • Loading branch information
johnyb committed Apr 10, 2014
1 parent b9c8301 commit 865dca9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-mocha-test": "~0.9.3"
"grunt-mocha-test": "~0.9.3",
"chai": "^1.9.1"
}
}

0 comments on commit 865dca9

Please sign in to comment.