We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb9da91 commit 0589b44Copy full SHA for 0589b44
src/__tests__/vue-router.js
@@ -24,7 +24,7 @@ test('full app rendering/navigating', async () => {
24
25
await fireEvent.click(getByTestId('about-link'))
26
27
- // Same thing hereVue Router navigation is async, so we need to wait until the
+ // Same thing here: Vue Router navigation is async, so we need to wait until the
28
// navigation happens
29
await waitFor(() =>
30
expect(getByTestId('location-display')).toHaveTextContent('/about'),
0 commit comments