Parcourir la source

unit test build fix

Evan You il y a 11 ans
Parent
commit
5862da6475
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      gruntfile.js

+ 1 - 1
gruntfile.js

@@ -92,7 +92,7 @@ module.exports = function (grunt) {
         dest: 'benchmarks/browser.js'
       },
       test: {
-        src: ['test/unit/specs/*.js'],
+        src: ['test/unit/specs/**/*.js'],
         dest: 'test/unit/specs.js'
       }
     },