Permalink
Browse files

Include all tests in _runner.

1 parent 8104493 commit 36660b4bc26ca916ab5f9b5567c59ca6a1eee615 @jaridmargolin jaridmargolin committed May 9, 2014
Showing with 5 additions and 5 deletions.
  1. +1 −1 docs/javascripts/formatter.js
  2. +1 −1 docs/javascripts/jquery.formatter.js
  3. +3 −3 test/_runner.html
@@ -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.
*
View
@@ -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

Please sign in to comment.