Ghost/ghost/zip/index.js
Hannah Wolfe 099a93d4a4 Updated paths & tests to work in new pkg structure
- added export to index.js
- fixed all paths to match the new structure
- replaced should with testUtils
- moved code from describe block into before
2020-03-20 17:02:36 +00:00

4 lines
65 B
JavaScript

module.exports = {
zipFolder: require('./lib/zip-folder')
};