UNPKG

react-custom-scrollbars-2

Version:
9 lines (7 loc) 246 B
import expect from 'expect'; window.expect = expect; window.createSpy = expect.createSpy; window.spyOn = expect.spyOn; window.isSpy = expect.isSpy; const context = require.context('./test', true, /\.spec\.js$/); context.keys().forEach(context);