Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit e509ab5

Browse files
committed
style($animateCssSpec): remove dump from test
1 parent 592bf51 commit e509ab5

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)