UNPKG

ember-codemod-pod-to-octane

Version:
13 lines (12 loc) 442 B
import { mapComponents } from './map-components.js'; import { mapRouteControllers } from './map-route-controllers.js'; import { mapRouteRoutes } from './map-route-routes.js'; import { mapServices } from './map-services.js'; export function mapTestsFolder(options) { return new Map([ ...mapComponents(options), ...mapRouteControllers(options), ...mapRouteRoutes(options), ...mapServices(options), ]); }