Skip to content

Commit cb23896

Browse files
committed
test: uncomment
1 parent d7f8d78 commit cb23896

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/cli.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ describe('cli', () => {
6767
});
6868

6969
afterAll(() => {
70-
// fs.removeSync(cache);
70+
fs.removeSync(cache);
7171
});
7272

7373
it.each(recipes)('should perform %s transform correctly', recipe => {

0 commit comments

Comments
 (0)