0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00

fix broken tests

This commit is contained in:
Fred K. Schott 2021-03-22 21:34:32 -07:00
parent 1fdc1c799a
commit 799db34d55

View file

@ -23,7 +23,7 @@ Basics.before(async () => {
});
Basics.after(async () => {
await runtime.shutdown();
await runtime && runtime.shutdown();
});
Basics('Can load hmx page', async () => {