UNPKG

@titanium/turbo

Version:

<p align="center"> <img src="https://cdn.secure-api.org/images/turbo-title_400.png" /><br> <a href="https://www.npmjs.com/package/@titanium/turbo"> <img src="https://img.shields.io/npm/v/@titanium/turbo.png" /> </a> </p>

27 lines (23 loc) 449 B
Ti.include('/runtimeTester.js'); module.exports = function($) { addMatchers(); describe('index controller', function() { validateUiComponent($, 'index', { api: 'Ti.UI.Window', style: { layout: 'vertical', backgroundColor: 'white', id: 'index' } }); validateUiComponent($, 'remove', { api: 'Ti.UI.Button', style: { title: 'Remove Listener', id: 'remove', top: '10' } }); }); launchTests(); };