Home
last modified time | relevance | path

Searched refs:withTypescriptMapping (Results 1 – 3 of 3) sorted by relevance

/expo/packages/jest-expo/tests/__tests__/
H A DwithTypescriptMapping-test.js4 withTypescriptMapping,
62 expect(withTypescriptMapping({ rootDir: '/app' })).toMatchObject({
79 expect(withTypescriptMapping({ rootDir: '/app' })).toMatchObject({
96 expect(withTypescriptMapping({ rootDir: '/app' })).toEqual({
/expo/packages/jest-expo/
H A Djest-preset.js8 const { withTypescriptMapping } = require('./src/preset/withTypescriptMapping');
56 module.exports = withTypescriptMapping(jestPreset);
/expo/packages/jest-expo/src/preset/
H A DwithTypescriptMapping.js83 function withTypescriptMapping(jestConfig) { function
102 withTypescriptMapping, field