| /expo/packages/jest-expo/config/ |
| H A D | withWatchPlugins.js | 4 const watchPlugins = [ 9 watchPlugins.push([ 19 return watchPlugins; 22 function withWatchPlugins({ watchPlugins = [], ...config }) { property 26 watchPlugins: [...watchPlugins, ...customPlugins],
|
| /expo/packages/expo-module-scripts/ |
| H A D | jest-preset-plugin.js | 7 watchPlugins: ['jest-watch-typeahead/filename', 'jest-watch-typeahead/testname'], property
|
| /expo/packages/babel-preset-expo/ |
| H A D | jest.config.js | 6 watchPlugins: ['jest-watch-typeahead/filename', 'jest-watch-typeahead/testname'], property
|
| /expo/packages/@expo/prebuild-config/ |
| H A D | jest.config.js | 6 watchPlugins: ['jest-watch-typeahead/filename', 'jest-watch-typeahead/testname'], property
|
| /expo/packages/@expo/fingerprint/ |
| H A D | jest.config.js | 6 watchPlugins: ['jest-watch-typeahead/filename', 'jest-watch-typeahead/testname'], property
|
| /expo/packages/html-elements/babel/ |
| H A D | jest.config.js | 8 watchPlugins: ['jest-watch-typeahead/filename', 'jest-watch-typeahead/testname'], property
|
| /expo/packages/create-expo/e2e/ |
| H A D | jest.config.js | 8 watchPlugins: ['jest-watch-typeahead/filename', 'jest-watch-typeahead/testname'], property
|
| /expo/packages/@expo/package-manager/ |
| H A D | jest.config.js | 6 watchPlugins: ['jest-watch-typeahead/filename', 'jest-watch-typeahead/testname'], property
|
| /expo/packages/@expo/fingerprint/e2e/ |
| H A D | jest.config.js | 7 watchPlugins: ['jest-watch-typeahead/filename', 'jest-watch-typeahead/testname'], property
|
| /expo/packages/@expo/config-plugins/ |
| H A D | jest.config.js | 6 watchPlugins: ['jest-watch-typeahead/filename', 'jest-watch-typeahead/testname'], property
|
| /expo/packages/@expo/config/ |
| H A D | jest.config.js | 6 watchPlugins: ['jest-watch-typeahead/filename', 'jest-watch-typeahead/testname'], property
|
| /expo/packages/create-expo/ |
| H A D | jest.config.js | 8 watchPlugins: ['jest-watch-typeahead/filename', 'jest-watch-typeahead/testname'], property
|
| /expo/packages/@expo/cli/e2e/ |
| H A D | jest.config.js | 9 watchPlugins: ['jest-watch-typeahead/filename', 'jest-watch-typeahead/testname'], property
|
| /expo/packages/@expo/server/ |
| H A D | jest.config.js | 6 watchPlugins: ['jest-watch-typeahead/filename', 'jest-watch-typeahead/testname'], property
|
| /expo/packages/@expo/metro-config/ |
| H A D | jest.config.js | 6 watchPlugins: ['jest-watch-typeahead/filename', 'jest-watch-typeahead/testname'], property
|
| /expo/packages/@expo/env/ |
| H A D | jest.config.js | 6 watchPlugins: ['jest-watch-typeahead/filename', 'jest-watch-typeahead/testname'], property
|
| /expo/packages/@expo/cli/ |
| H A D | jest.config.js | 6 watchPlugins: ['jest-watch-typeahead/filename', 'jest-watch-typeahead/testname'], property
|
| /expo/packages/jest-expo/ |
| H A D | README.md | 85 …nfig this will return the `watchPlugins` used in `jest-expo`. This reads the `projects` field to d… 98 Given a Jest config, this will ensure any existing `watchPlugins` are safely merged with `getWatchP…
|