UNPKG

@vlsergey/react-bootstrap-error-boundary

Version:

Ready-to-use error boundary with Bootstrap Alert as error text display

11 lines (10 loc) 219 B
/* eslint-disable */ const imported = require( '@vlsergey/js-config' ).karma; module.exports = function( config ) { imported(config); config.set( { files: [ 'test/**/*Test.tsx', ], } ); };