mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 06:55:02 -05:00
@@ -103,13 +103,12 @@ module.exports = function( grunt ) {
|
||||
}
|
||||
},
|
||||
jscs: {
|
||||
src: "src/**/*.js",
|
||||
src: "src",
|
||||
gruntfile: "Gruntfile.js",
|
||||
|
||||
// Check parts of tests that pass
|
||||
test: [ "test/data/testrunner.js", "test/unit/animation.js", "test/unit/tween.js" ],
|
||||
release: [ "build/*.js", "!build/release-notes.js" ],
|
||||
tasks: "build/tasks/*.js"
|
||||
build: "build"
|
||||
},
|
||||
testswarm: {
|
||||
tests: [
|
||||
|
||||
Reference in New Issue
Block a user