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

7 lines
190 B
JavaScript

module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
snapshotSerializers: ['jest-serializer-html-string'],
testRegex: '/(.)+/test/(.)+\\.unit\\.test\\.[jt]sx?$'
};