UNPKG

karma-rollup-preprocessor

Version:

Karma preprocessor to bundle ES modules using Rollup

10 lines (8 loc) 188 B
import debounce from 'debounce' describe('t4', () => { describe('CommonJS Module in typescript', () => { it('Should be defined.', () => { expect(debounce).toBeDefined() }) }) })