aboutsummaryrefslogtreecommitdiff
path: root/test/fixtures/dom-test.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/dom-test.js')
-rw-r--r--test/fixtures/dom-test.js2
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);
}
}
});