We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6545920 commit e16fe11Copy full SHA for e16fe11
CHANGELOG.md
@@ -2,6 +2,9 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## [0.10.4] - 2016-09-21
6
+- on error, mark the error as true
7
+
8
## [0.10.0] - 2016-08-14
9
- break test runner into two parts:
10
- load - called when a new page is set, prepares a test file
package.json
@@ -1,10 +1,11 @@
1
{
"name": "mocha-coderoad",
- "version": "0.10.3",
+ "version": "0.10.4",
"description": "mocha test runner & reporter for atom-coderoad",
"keywords": [
"coderoad",
- "mocha"
+ "mocha",
+ "test runner"
],
"homepage": "https://github.com/coderoad/mocha-coderoad#readme",
11
"bugs": {
0 commit comments