Skip to content
Permalink
Browse files

Effects: Add tests for jQuery.Tween

  • Loading branch information...
gnarf committed May 18, 2015
1 parent 3a0d582 commit cdaed15c7ea1bbfdde5a5bea691c583ce7961526
@@ -104,7 +104,7 @@ module.exports = function( grunt ) {
gruntfile: "Gruntfile.js",

// Right now, check only test helpers
test: [ "test/data/testrunner.js" ],
test: [ "test/data/testrunner.js", "test/unit/tween.js" ],
release: [ "build/*.js", "!build/release-notes.js" ],
tasks: "build/tasks/*.js"
},
@@ -126,7 +126,8 @@ module.exports = function( grunt ) {
"selector",
"serialize",
"support",
"traversing"
"traversing",
"tween"
]
},
watch: {

This file was deleted.

Oops, something went wrong.
Oops, something went wrong.

0 comments on commit cdaed15

Please sign in to comment.
You can’t perform that action at this time.