mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-03-29 09:08:32 +08:00
13 lines
400 B
JavaScript
13 lines
400 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
coveragePathIgnorePatterns: ['/node_modules/', '<rootDir>/packages/react-native-web/src/vendor/'],
|
|
rootDir: process.cwd(),
|
|
roots: ['<rootDir>/packages'],
|
|
setupFiles: ['raf/polyfill'],
|
|
setupTestFrameworkScriptFile: require.resolve('./setupFramework.js'),
|
|
snapshotSerializers: ['enzyme-to-json/serializer'],
|
|
testEnvironment: 'jsdom',
|
|
timers: 'fake'
|
|
};
|