Skip to content

Commit

Permalink
fix test leak
Browse files Browse the repository at this point in the history
  • Loading branch information
justjake committed Aug 31, 2024
1 parent 9d80b4d commit 0bd818b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/quickjs-emscripten/src/quickjs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@ function contextTests(getContext: GetTestContext, isDebug = false) {
vm.setProp(obj, "c", vm.undefined)
const sym = vm.newUniqueSymbol("d")
vm.setProp(obj, sym, vm.undefined)
sym.dispose()

const props = manage(
vm
Expand Down

0 comments on commit 0bd818b

Please sign in to comment.