Skip to content

Commit 4b986f0

Browse files
committed
fix: remove comments
1 parent 2a883ed commit 4b986f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ describe(`Examples to generate Js clients`, () => {
1717
});
1818

1919
afterAll(async () => {
20-
// await fsx.emptyDir(testDir);
21-
// return await rmdir(testDir);
20+
await fsx.emptyDir(testDir);
21+
return await rmdir(testDir);
2222
});
2323

2424
Object.values(examples).forEach((example) => {

0 commit comments

Comments
 (0)