(options)
| 766 | return 'app'; |
| 767 | }, |
| 768 | __test__(options) { |
| 769 | if (options.pod && options.hasPathToken) { |
| 770 | return options.blueprintName; |
| 771 | } |
| 772 | return `${options.dasherizedModuleName}-test`; |
| 773 | }, |
| 774 | }; |
| 775 | |
| 776 | let customTokens = this.fileMapTokens(options) || options.fileMapTokens || {}; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…