Skip to content

Commit 60f598d

Browse files
committed
test: fix only one test
1 parent 33318e2 commit 60f598d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-core.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ test('{Tree} {Empty}', t => {
188188
t.is(render(), '');
189189
});
190190

191-
test.only('{Tree} {String Template}', t => {
191+
test('{Tree} {String Template}', t => {
192192
const html = `
193193
<div>String Template</div>
194194
`;

0 commit comments

Comments
 (0)