Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 1524e1a

Browse files
authored
Merge pull request #823 from addaleax/no-dispose
spec: don't use domain.dispose()
2 parents 1f04d5d + b944fe0 commit 1524e1a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

spec/q-spec.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2633,9 +2633,6 @@ if (typeof require === "function") {
26332633
beforeEach(function () {
26342634
d = domain.create();
26352635
});
2636-
afterEach(function() {
2637-
d.dispose();
2638-
});
26392636

26402637
it("should work for non-promise async inside a promise handler",
26412638
function (done) {

0 commit comments

Comments
 (0)