fix broken test

This commit is contained in:
Fred K. Schott 2021-03-22 23:06:25 -07:00
parent 799db34d55
commit 3f16550765

View file

@ -30,7 +30,7 @@ SnowpackDev.before(async () => {
});
SnowpackDev.after(async () => {
await runtime.shutdown();
await runtime && runtime.shutdown();
});
async function* allPageFiles(root) {