Browse Source

Fix grunt

koding user 10 years ago
parent
commit
e913664db6
1 changed files with 1 additions and 7 deletions
  1. 1 7
      Gruntfile.js

+ 1 - 7
Gruntfile.js

@@ -41,13 +41,7 @@ module.exports = function (grunt) {
             }
             }
         },
         },
         qunit: {
         qunit: {
-            all: {
-                options: {
-                    urls: ['1.7.0', '1.8.0', '1.9.0', '1.10.0', '2.0.0b1'].map(function (version) {
-                        return 'http://0.0.0.0:<%= connect.server.options.port %>/test/smoove.html?jquery=' + version;
-                    })
-                }
-            }
+          files: ['test/**/*.html']
         },
         },
         jshint: {
         jshint: {
             options: {
             options: {