Searched refs:ensureValidPlatforms (Results 1 – 3 of 3) sorted by relevance
4 ensureValidPlatforms,96 describe(ensureValidPlatforms, () => {115 expect(ensureValidPlatforms(['ios', 'android'])).toStrictEqual(['android']);121 expect(ensureValidPlatforms(['ios', 'android'])).toStrictEqual(['ios', 'android']);
7 import { assertPlatforms, ensureValidPlatforms, resolveTemplateOption } from './resolveOptions';79 options.platforms = ensureValidPlatforms(options.platforms);
74 export function ensureValidPlatforms(platforms: ModPlatform[]): ModPlatform[] { function