Skip to content

Commit

Permalink
test(package): add testen
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Dec 12, 2016
1 parent 590c239 commit debc152
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"lintmd": "eslint --ext md --rule indent: [error, 4] .",
"pretest": "clinton && npm run lintjs && npm run lintmd",
"test": "nyc ava",
"update": "updtr"
"update": "updtr",
"testen": "testen -n -- ava"
},
"files": [
"lib/"
Expand Down Expand Up @@ -78,6 +79,15 @@
"husky": "^0.11.9",
"np": "^2.11.0",
"nyc": "^10.0.0",
"posthtml": "^0.9.1",
"posthtml-bem": "^0.2.2",
"posthtml-css-modules": "^0.1.0",
"posthtml-each": "^1.0.1",
"posthtml-include": "^1.1.0",
"posthtml-modules": "^0.4.0",
"posthtml-standard-config": "0.0.5",
"posthtml-style-to-file": "^0.1.1",
"testen": "^1.8.2",
"updtr": "^0.2.1"
},
"ava": {
Expand Down Expand Up @@ -132,5 +142,13 @@
"off"
]
}
},
"testen": {
"node": [
"4",
"5",
"6",
"7"
]
}
}

0 comments on commit debc152

Please sign in to comment.