Skip to content

Commit 897d20f

Browse files
test: fix cleanup.
1 parent 20fff0c commit 897d20f

2 files changed

Lines changed: 1 addition & 59 deletions

File tree

test/fixtures/exports.mjs

Lines changed: 0 additions & 58 deletions
This file was deleted.

test/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ describe('@knighted/module', () => {
8484
})
8585

8686
t.after(() => {
87-
//rm(outFile, { force: true })
87+
rm(outFile, { force: true })
8888
})
8989

9090
assert.equal(statusIn, 0)

0 commit comments

Comments
 (0)