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

7 lines
190 B
JavaScript
Raw Normal View History

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