Fix custom 404 test

This commit is contained in:
unknown 2022-07-12 16:06:13 -04:00
parent e9a751bccd
commit a1e924e760

View file

@ -8,6 +8,7 @@ describe('Custom 404', () => {
before(async () => {
fixture = await loadFixture({
root: './fixtures/custom-404/',
site: 'http://example.com',
});
});