UNPKG

@vlsergey/react-bootstrap-button-with-spinner

Version:

Wrapper around React Bootstrap Button component with spinner and auto-disabled functionality (to prevent doubleclick)

15 lines (13 loc) 380 B
/* eslint @typescript-eslint/no-unsafe-member-access: 0 */ /* eslint @typescript-eslint/no-unsafe-call: 0 */ /* eslint-disable-next-line */ const imported = require( '@vlsergey/js-config' ).karma; /* eslint-disable-next-line no-undef */ module.exports = function (config) { imported(config); config.set({ files: [ 'test/**/*Test.tsx', ], }); };