Skip to content

Commit 6b10f9d

Browse files
committed
Effects: Add tests for jQuery.Tween
Conflicts: src/selector-native.js test/index.html test/unit/effects.js
1 parent bf282ea commit 6b10f9d

File tree

9 files changed

+6249
-445
lines changed

9 files changed

+6249
-445
lines changed

Gruntfile.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ module.exports = function( grunt ) {
9191
gruntfile: "Gruntfile.js",
9292

9393
// Right now, check only test helpers
94-
test: [ "test/data/testrunner.js" ],
94+
test: [ "test/data/testrunner.js", "test/unit/tween.js" ],
9595
release: [ "build/*.js", "!build/release-notes.js" ],
9696
tasks: "build/tasks/*.js"
9797
},
@@ -113,7 +113,8 @@ module.exports = function( grunt ) {
113113
"selector",
114114
"serialize",
115115
"support",
116-
"traversing"
116+
"traversing",
117+
"tween"
117118
]
118119
},
119120
watch: {

external/sinon/LICENSE.txt

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)