UNPKG

@titanium/turbo

Version:

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

17 lines (14 loc) • 278 B
Ti.include('/runtimeTester.js'); module.exports = function($) { addMatchers(); describe('index controller', function() { validateUiComponent($, 'index', { api: 'Ti.UI.Window', style: { backgroundColor: 'white', id: 'index' } }); }); launchTests(); };