We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c96402 commit c8210e7Copy full SHA for c8210e7
1 file changed
test/cases/parsing/using/index.js
@@ -49,7 +49,7 @@ it("should using", async () => {
49
50
expect(disposeCounter).toBe(5);
51
52
- resource[Symbol.dispose]();
53
-
54
- expect(disposed).toBe(true);
+ // TODO uncomment when will re resolved on V8 side - https://github.com/tc39/proposal-explicit-resource-management/issues/262
+ // resource[Symbol.dispose]();
+ // expect(disposed).toBe(true);
55
});
0 commit comments