Skip to content

Commit 0c55ac8

Browse files
committed
Fix missing test end
1 parent 9b62e74 commit 0c55ac8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/node_modules/@stdlib/plot/components/svg/rug/test/test.auto_render.js

+2
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ tape( 'an instance supports setting and getting the property value', function te
6060

6161
node.autoRender = false;
6262
t.strictEqual( node.autoRender, false, 'returns expected value' );
63+
64+
t.end();
6365
});
6466

6567
tape( 'if `autoRender` is `true`, when a returned instance receives a `change` event, it re-renders and emits a `render` event', function test( t ) {

0 commit comments

Comments
 (0)