Skip to content

Commit 449d577

Browse files
committed
added rimraf and some other helpers
1 parent 0f4a9ee commit 449d577

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

test/_util.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@ module.exports = {
1717
})
1818
);
1919
},
20-
through: require('through2')
20+
rimraf: require('rimraf'),
21+
through: require('through2'),
22+
content: 'exports = module.exports = {}',
23+
contentChanged: 'exports = module.exports = {content: \'changed\'}'
2124
};

0 commit comments

Comments
 (0)