Skip to content

Commit

Permalink
rmdir before
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jul 1, 2024
1 parent 6fc4fd8 commit aff3427
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const testVarDecl = testVarStmt.declarationList.declarations[0]
const properties = testVarDecl.initializer.properties
// console.log('properties', properties)

fs.rmdirSync(`tests/decorator-evanw-split`, { recursive: true });
fs.mkdirSync(`tests/decorator-evanw-split`, { recursive: true });

for (const property of properties) {
Expand Down

0 comments on commit aff3427

Please sign in to comment.