aboutsummaryrefslogtreecommitdiff
path: root/test/unit/specs/boot
diff options
context:
space:
mode:
authorMaxim Filippov <colixer@gmail.com>2018-12-10 01:21:52 +0300
committerMaxim Filippov <colixer@gmail.com>2018-12-10 01:21:52 +0300
commitae8f0f36d8944210e83c60a931ad14da4c5d4a67 (patch)
tree148da20f62281bd364694e695e33cf0a9e8abb4d /test/unit/specs/boot
parent3d968e31daf5c4f2c560730267abaea0b7f1fadc (diff)
Use "~" as a route namespace symbol
Diffstat (limited to 'test/unit/specs/boot')
-rw-r--r--test/unit/specs/boot/routes.spec.js2
1 files changed, 1 insertions, 1 deletions
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()