Skip to content

Commit 0589b44

Browse files
committed
Add missing colon
1 parent cb9da91 commit 0589b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/__tests__/vue-router.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ test('full app rendering/navigating', async () => {
2424

2525
await fireEvent.click(getByTestId('about-link'))
2626

27-
// Same thing hereVue Router navigation is async, so we need to wait until the
27+
// Same thing here: Vue Router navigation is async, so we need to wait until the
2828
// navigation happens
2929
await waitFor(() =>
3030
expect(getByTestId('location-display')).toHaveTextContent('/about'),

0 commit comments

Comments
 (0)