We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5441f5f commit 22df871Copy full SHA for 22df871
test/router.test.js
@@ -773,7 +773,7 @@ describe('hydration', () => {
773
history.replaceState(null, null, '/');
774
});
775
776
- it.only('should wait for asynchronous routes', async () => {
+ it('should wait for asynchronous routes', async () => {
777
scratch.innerHTML = '<div><h1>A</h1><p>hello</p></div>';
778
const route = name => html`
779
<div>
0 commit comments