fix broken test
This commit is contained in:
parent
799db34d55
commit
3f16550765
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ SnowpackDev.before(async () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
SnowpackDev.after(async () => {
|
SnowpackDev.after(async () => {
|
||||||
await runtime.shutdown();
|
await runtime && runtime.shutdown();
|
||||||
});
|
});
|
||||||
|
|
||||||
async function* allPageFiles(root) {
|
async function* allPageFiles(root) {
|
||||||
|
|
Loading…
Reference in a new issue