From ae8f0f36d8944210e83c60a931ad14da4c5d4a67 Mon Sep 17 00:00:00 2001 From: Maxim Filippov Date: Mon, 10 Dec 2018 01:21:52 +0300 Subject: Use "~" as a route namespace symbol --- test/unit/specs/boot/routes.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/unit/specs/boot/routes.spec.js b/test/unit/specs/boot/routes.spec.js index dedee36b..be2fd7d2 100644 --- a/test/unit/specs/boot/routes.spec.js +++ b/test/unit/specs/boot/routes.spec.js @@ -12,7 +12,7 @@ describe('routes', () => { }) it('root path', () => { - router.push('/p/main/all') + router.push('/~/main/all') const matchedComponents = router.getMatchedComponents() -- cgit v1.2.3-70-g09d2