099a93d4a4
- added export to index.js - fixed all paths to match the new structure - replaced should with testUtils - moved code from describe block into before
4 lines
65 B
JavaScript
4 lines
65 B
JavaScript
module.exports = {
|
|
zipFolder: require('./lib/zip-folder')
|
|
};
|