UNPKG

@ima/plugin-testing-integration

Version:

IMA.js plugin for integration testing

8 lines 246 B
/** * Requires specified file from projectPath * * @param {string} projectPath relative project path to a file * @returns {*} File exports */ export function requireFromProject(projectPath: string): any; //# sourceMappingURL=helpers.d.ts.map