Skip to content

Commit 06c5208

Browse files
HamadaFMahdilmiller1990
authored andcommitted
Fixes minor typo in testing router global guards (#117)
1 parent 9f567ff commit 06c5208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vue-router.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ describe("beforeEach", () => {
281281
expect(next).toHaveBeenCalled()
282282
})
283283

284-
it("busts the cache when going to /user", () => {
284+
it("does not bust the cache when going to /user", () => {
285285
const to = {
286286
matched: [{ meta: { shouldBustCache: false } }]
287287
}

0 commit comments

Comments
 (0)