UNPKG

@titanium/turbo

Version:

🚀 Axway Amplify tool to use Turbo for turbo charging your Appcelerator Titanium SDK Framework!

23 lines (20 loc) • 393 B
Ti.include('/runtimeTester.js'); module.exports = function($) { addMatchers(); describe('window controller', function() { validateUiComponent($, 'leftButton', { api: 'Ti.UI.Button', style: { title: 'left', id: 'leftButton' } }); validateUiComponent($, 'rightButton', { api: 'Ti.UI.Button', style: { title: 'right', id: 'rightButton' } }); }); };