Skip to content

Commit 3158f03

Browse files
author
Aaron Dabney
committed
removed large file
Signed-off-by: Aaron Dabney <aaron.g.dabney@gmail.com>
1 parent a14db08 commit 3158f03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/common/tests/node-request-generator.spec.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@ describe("Test Request Generator ", () => {
202202
});
203203

204204
after(() => {
205-
// if (fs.existsSync(testFilePath)) {
206-
// fs.rmSync(testFilePath);
207-
// }
205+
if (fs.existsSync(testFilePath)) {
206+
fs.rmSync(testFilePath);
207+
}
208208
});
209209
});

0 commit comments

Comments
 (0)