UNPKG

@titanium/turbo

Version:

🚀 Turbo is the awesome framework for turbo charging your Titanium cross-platform native mobile app development!

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(); };