Files
cartlog-admin/node_modules/react-date-range/jest.config.js
2026-01-01 15:25:19 +05:30

8 lines
239 B
JavaScript

module.exports = {
verbose: true,
testURL: 'http://localhost/',
setupFiles: ['<rootDir>/setupTests.js'],
testPathIgnorePatterns: ['/node_modules/', '/dist/', '/demo/dist/'],
snapshotSerializers: ['enzyme-to-json/serializer'],
};