UNPKG

react-native-integrate

Version:

Automate integration of additional code into React Native projects

7 lines (6 loc) 240 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const path_1 = require("path"); jest.mock('../../utils/getProjectPath', () => ({ getProjectPath: () => (0, path_1.resolve)(__dirname, '../mock-project'), }));