[ci] format
This commit is contained in:
parent
e22f7364ce
commit
0913afb255
1 changed files with 1 additions and 1 deletions
|
@ -36,6 +36,6 @@ describe('Custom 404', () => {
|
||||||
|
|
||||||
expect($('h1').text()).to.equal('Page not found');
|
expect($('h1').text()).to.equal('Page not found');
|
||||||
expect($('p').text()).to.equal('/a/');
|
expect($('p').text()).to.equal('/a/');
|
||||||
})
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue