diff --git a/shims/deno/index.js b/shims/deno/index.js index 0e344ea..2472c5f 100644 --- a/shims/deno/index.js +++ b/shims/deno/index.js @@ -12,7 +12,7 @@ export class AssertionError extends DenoAssertionError { } } -Assert.QUnit = QUnit; +Assert.QUnit = globalThis.QUnit; Assert.AssertionError = AssertionError; ModuleContext.Assert = Assert; TestContext.Assert = Assert;