Move tests to match source hierarchy.

This commit is contained in:
Mark Hindess
2014-07-17 08:06:30 +01:00
parent 2b423fe9be
commit 67bd4f373f
6 changed files with 9 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ module.exports = function(grunt) {
ui: 'bdd',
reporter: 'tap'
},
all: { src: ['test/*.js'] }
all: { src: ['test/**/*.js'] }
},
jshint: {
options: {