diff options
Diffstat (limited to 'test/hmx-basic.test.js')
-rw-r--r-- | test/hmx-basic.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hmx-basic.test.js b/test/hmx-basic.test.js index 224ce07b3..4c2c7da52 100644 --- a/test/hmx-basic.test.js +++ b/test/hmx-basic.test.js @@ -23,7 +23,7 @@ Basics.before(async () => { }); Basics.after(async () => { - await runtime.shutdown(); + await runtime && runtime.shutdown(); }); Basics('Can load hmx page', async () => { |