UNPKG

alloy

Version:

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