qunit: {
files: "test/index.html"
},
+
+ testswarm: {
+ tests: "ajax attributes callbacks core css data deferred dimensions effects event manipulation offset queue selector serialize support traversing Sizzle".split(" ")
+ },
+
watch: {
files: [
"<config:lint.grunt>", "<config:lint.tests>",
],
tasks: "dev"
},
+
uglify: {
codegen: {
ascii_only: true
testUrls = [],
pull = /PR-(\d+)/.exec( commit ),
config = grunt.file.readJSON( configFile ).jquery,
- tests = "ajax attributes callbacks core css data deferred dimensions effects event manipulation offset queue serialize support traversing Sizzle".split(" ");
+ tests = grunt.config([ this.name, "tests" ]);
if ( pull ) {
jobName = "jQuery pull <a href='https://github.com/jquery/jquery/pull/" +
-module("selector - jQuery only", { teardown: moduleTeardown });
+module("selector", { teardown: moduleTeardown });
/**
* This test page is for selector tests that require jQuery in order to do the selection