UNPKG

@titanium/turbo

Version:

Turbo is a variation of Titanium Alloy that adds some enhancements and customizations for rapid development.

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