mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-18 21:45:12 +00:00
minor tidy up
This commit is contained in:
@@ -746,7 +746,7 @@ function run({ mode, basepath = '' }) {
|
|||||||
|
|
||||||
it('allows reserved words as route names', () => {
|
it('allows reserved words as route names', () => {
|
||||||
return nightmare.goto(`${base}/const`).init()
|
return nightmare.goto(`${base}/const`).init()
|
||||||
.then(() => nightmare.page.title())
|
.page.title()
|
||||||
.then(title => {
|
.then(title => {
|
||||||
assert.equal(title, 'reserved words are okay as routes');
|
assert.equal(title, 'reserved words are okay as routes');
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user