Skip to content

Commit

Permalink
Effects: Add tests for jQuery.Tween
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarf committed Jun 27, 2015
1 parent 3a0d582 commit cdaed15
Show file tree
Hide file tree
Showing 10 changed files with 6,246 additions and 446 deletions.
5 changes: 3 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -126,7 +126,8 @@ module.exports = function( grunt ) {
"selector",
"serialize",
"support",
"traversing"
"traversing",
"tween"
]
},
watch: {
Expand Down
27 changes: 0 additions & 27 deletions external/sinon/LICENSE.txt

This file was deleted.

Loading

0 comments on commit cdaed15

Please sign in to comment.