Permalink
|
|
@@ -1,5 +1,5 @@ |
|
|
/*!
|
|
|
- * v0.1.3
|
|
|
+ * v0.1.4
|
|
|
* Copyright (c) 2014 First Opinion
|
|
|
* formatter.js is open sourced under the MIT license.
|
|
|
*
|
|
|
|
|
@@ -1,5 +1,5 @@ |
|
|
/*!
|
|
|
- * v0.1.3
|
|
|
+ * v0.1.4
|
|
|
* Copyright (c) 2014 First Opinion
|
|
|
* formatter.js is open sourced under the MIT license.
|
|
|
*
|
|
|
|
@@ -41,9 +41,9 @@ |
|
|
}).run({
|
|
|
name: 'mocha',
|
|
|
tests: [
|
|
|
- // './utils.js',
|
|
|
- // './pattern.js',
|
|
|
- // './pattern-matcher.js',
|
|
|
+ './utils.js',
|
|
|
+ './pattern.js',
|
|
|
+ './pattern-matcher.js',
|
|
|
'./formatter.js'
|
|
|
]
|
|
|
});
|
|
|
0 comments on commit
36660b4