UNPKG

images-set-to-webp-converter

Version:

Powerful util for images (.png | .jpeg | .jpg) set conversion to .webp, generated by Abobe Images Processor Pro plugin

9 lines (7 loc) 260 B
// import normalizedPathName from '../src/helpers/normalizedPathName' // TODO: write tests here describe('normalizedPathName()', () => { it('should return error in case of wrong or missed path', () => { // expect(normalizedPathName()).toThrow() }) })