Skip to content

Commit

Permalink
QUnit reference fix for deno on esm.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Aug 5, 2023
1 parent 8c11bf4 commit 15fe989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shims/deno/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 15fe989

Please sign in to comment.