Skip to content

Commit 22df871

Browse files
committed
remove .only
1 parent 5441f5f commit 22df871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/router.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ describe('hydration', () => {
773773
history.replaceState(null, null, '/');
774774
});
775775

776-
it.only('should wait for asynchronous routes', async () => {
776+
it('should wait for asynchronous routes', async () => {
777777
scratch.innerHTML = '<div><h1>A</h1><p>hello</p></div>';
778778
const route = name => html`
779779
<div>

0 commit comments

Comments
 (0)