dirty-chai
Version:
Extends Chai with lint-friendly terminating assertions.
22 lines (21 loc) • 401 B
JSON
{
"name": "dirty-chai",
"description": "Extends Chai with lint-friendly terminating assertions.",
"main": "./lib/dirty-chai.js",
"repository": {
"type": "git",
"url": "https://github.com/joshperry/dirty-chai"
},
"ignore": [
"Gruntfile.js",
"package.json",
"test/"
],
"keywords": [
"chai",
"testing"
],
"dependencies": {
"chai": ">= 6.2.0 < 7"
}
}