UNPKG

gulp-ui5-eager-preload

Version:

[![npm version](https://badge.fury.io/js/gulp-ui5-eager-preload.svg)](https://www.npmjs.com/package/gulp-ui5-eager-preload)

11 lines (9 loc) 296 B
const { bundleModule } = require("./thirdparty"); test('should bundle lodash', async() => { const r = await bundleModule("lodash"); expect(r).not.toBeNull(); }); test('should bundle lodash minify', async() => { const r = await bundleModule("lodash", true); expect(r).not.toBeNull(); });