1
0
mirror of synced 2024-11-22 04:56:08 +03:00
select2/jest.int.config.js

5 lines
109 B
JavaScript
Raw Permalink Normal View History

2019-06-26 01:23:14 +03:00
module.exports = {
preset: 'jest-puppeteer',
testRegex: '/(.)+/test/(.)+\\.int\\.test\\.[jt]sx?$'
};