Skip to content

Commit 662faa3

Browse files
Update test/runtime/samples/style_manager-cleanup/_config.js
Co-authored-by: Yuichiro Yamashita <[email protected]>
1 parent 02bc49b commit 662faa3

File tree

1 file changed

+1
-1
lines changed
  • test/runtime/samples/style_manager-cleanup

1 file changed

+1
-1
lines changed

test/runtime/samples/style_manager-cleanup/_config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
raf.tick(100);
99
component.visible = false;
1010
raf.tick(200);
11-
raf.tick(60);
11+
raf.tick(0);
1212

1313
assert.htmlEqual(
1414
window.document.head.innerHTML,

0 commit comments

Comments
 (0)