1
0
mirror of synced 2024-11-22 13:06:08 +03:00
select2/jest.int.config.js
2019-06-25 15:23:14 -07:00

5 lines
109 B
JavaScript

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