1
0
Fork 0
mirror of synced 2025-04-03 13:13:33 +03:00
select2/jest.int.config.js
2019-06-25 15:23:14 -07:00

4 lines
109 B
JavaScript

module.exports = {
preset: 'jest-puppeteer',
testRegex: '/(.)+/test/(.)+\\.int\\.test\\.[jt]sx?$'
};