()
| 109 | } |
| 110 | |
| 111 | function getBuiltInTextLanguageOptions() { |
| 112 | return { |
| 113 | expectedInputs: [ |
| 114 | { type: 'text', languages: BUILTIN_TEXT_LANGUAGES } |
| 115 | ], |
| 116 | expectedOutputs: [ |
| 117 | { type: 'text', languages: [getPreferredBuiltInOutputLanguage()] } |
| 118 | ] |
| 119 | }; |
| 120 | } |
| 121 | |
| 122 | function buildBuiltInCreateOptions(extraOptions) { |
| 123 | return { |
no test coverage detected