diff options
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/dom-test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/dom-test.js b/test/fixtures/dom-test.js index 961e0a77..459383cc 100644 --- a/test/fixtures/dom-test.js +++ b/test/fixtures/dom-test.js @@ -69,7 +69,7 @@ export function createDomTest(htmlFilePath) { try { await use(window); } finally { - environment.teardown(global); + await environment.teardown(global); } } }); |