UNPKG

timpla

Version:

An optimal website development experience for [server-side] web frameworks.

11 lines (8 loc) 315 B
import { webpackManifest } from '../../gulpfile.ts/lib/webpackManifest' jest.mock('../../gulpfile.ts/internal') describe('webpackManifest', () => { it('should return a webpack done tap function', () => { const result = webpackManifest('jsDest', 'dest') expect(typeof result).toEqual('function') }) })