Fix custom 404 test
This commit is contained in:
parent
e9a751bccd
commit
a1e924e760
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ describe('Custom 404', () => {
|
|||
before(async () => {
|
||||
fixture = await loadFixture({
|
||||
root: './fixtures/custom-404/',
|
||||
site: 'http://example.com',
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue