Skip to content

Commit b641181

Browse files
committed
style($animateCssSpec): remove dump from test
1 parent 7ffb2d3 commit b641181

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/ngAnimate/animateCssSpec.js

-1
Original file line numberDiff line numberDiff line change
@@ -1264,7 +1264,6 @@ describe("ngAnimate $animateCss", function() {
12641264
// Let's flush the remaining amout of time for the timeout timer to kick in
12651265
$timeout.flush(500);
12661266

1267-
dump(element.attr('style'));
12681267
expect(element.css(prefix + 'transition-duration')).toBeOneOf('', '0s');
12691268
expect(element.css(prefix + 'transition-delay')).toBeOneOf('', '0s');
12701269
}));

0 commit comments

Comments
 (0)