UNPKG

promise-mock

Version:

Promise mock library for synchronous Promise testing

8 lines 171 B
export default { input: 'src/index.js', output: { file: 'lib/index.js', format: 'cjs', }, external: [ 'promise-polyfill' ] // <-- suppresses the warning };