Searched defs:importStr (Results 1 – 2 of 2) sorted by relevance
123 const importStr = `import ${defaultModuleName} from '${realImportPath}';\n`; constant133 const importStr = `import {${mockFunctionName}} from '${realImportPath}';\n`; constant139 const importStr = `import {${moduleName} as _${moduleName}} from '${realImportPath}';\n`; constant
165 const importStr = `import {${propertyTypeName}} from '${ constant