8 lines
154 B
JavaScript
8 lines
154 B
JavaScript
|
const jestRN = require('react-native/jest-preset');
|
||
|
const jestExpo = require('jest-expo/jest-preset.js');
|
||
|
|
||
|
module.exports = {
|
||
|
...jestRN,
|
||
|
...jestExpo
|
||
|
};
|