UNPKG

ember-codemod-pod-to-octane

Version:
9 lines (8 loc) 286 B
import { mapAppFolder } from './create-file-path-maps/app/index.js'; import { mapTestsFolder } from './create-file-path-maps/tests/index.js'; export function createFilePathMaps(options) { return { app: mapAppFolder(options), tests: mapTestsFolder(options), }; }