Skip to content

Commit 2ee3953

Browse files
test: fix
1 parent 5742ce6 commit 2ee3953

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/helpers/TestHelper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class TestHelper {
125125
// For very old Node.js versions
126126
// @ts-expect-error for old Node.js versions
127127
// eslint-disable-next-line import/no-unresolved
128-
require("rimraf").sync(this.testdir);
128+
require("rimraf").sync(path);
129129
}
130130

131131
/**

0 commit comments

Comments
 (0)