1
0
mirror of synced 2025-02-14 11:03:14 +03:00
select2/jest.unit.config.js

7 lines
190 B
JavaScript
Raw Normal View History

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