Skip to content

Commit

Permalink
include tests in sub-directories of test/unit and test/integration (#…
Browse files Browse the repository at this point in the history
…263)
  • Loading branch information
mennopruijssers committed May 4, 2016
1 parent fddb5ab commit 434c386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.

require('glob').sync(__dirname + '/{unit,integration}/*{_test,-test}.js').forEach(require);
require('glob').sync(__dirname + '/{unit,integration}/**/*{_test,-test}.js').forEach(require);

0 comments on commit 434c386

Please sign in to comment.