Skip to content

Commit

Permalink
Update e2e/explicit-resource-management/__tests__/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 20, 2024
1 parent ce99d2d commit 832523f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions e2e/explicit-resource-management/__tests__/index.js
Expand Up @@ -5,14 +5,6 @@
* LICENSE file in the root directory of this source tree.
*/

if (!Symbol.dispose) {
Object.defineProperty(Symbol, 'dispose', {
get() {
return Symbol.for('nodejs.dispose');
},
});
}

const TestClass = require('../');
const localClass = new TestClass();

Expand Down

0 comments on commit 832523f

Please sign in to comment.