Fuse/jest.config.js
Kiro Risk e74a9ef305
Changed bundler to Rollup (#367)
- Changed bundler to Rollup
- Added ES6 modules for bundlers and browsers (fixed #262)
- Added CommonJS builds
- Added UMD builds
- Name change so that .min actually reflects the minified version
2020-03-23 08:22:20 -07:00

5 lines
99 B
JavaScript

module.exports = {
testEnvironment: 'node',
testMatch: ['<rootDir>/test/*.test.(ts|js)']
}