We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f8d78 commit cb23896Copy full SHA for cb23896
1 file changed
test/cli.test.ts
@@ -67,7 +67,7 @@ describe('cli', () => {
67
});
68
69
afterAll(() => {
70
- // fs.removeSync(cache);
+ fs.removeSync(cache);
71
72
73
it.each(recipes)('should perform %s transform correctly', recipe => {
0 commit comments