UNPKG

@titanium/turbo

Version:

<p align="center"> <img src="https://cdn.secure-api.org/images/turbo-title_400.png" /><br> <a href="https://www.npmjs.com/package/@titanium/turbo"> <img src="https://img.shields.io/npm/v/@titanium/turbo.png" /> </a> </p>

31 lines (27 loc) 536 B
Ti.include('/runtimeTester.js'); module.exports = function($) { addMatchers(); describe('index controller', function() { validateUiComponent($, 'index', { api: 'Ti.UI.Window', style: { backgroundColor: '#fff', layout: 'vertical', id: 'index' } }); }); describe('index controller', function() { validateUiComponent($, 'top', { api: 'Ti.UI.View', style: { backgroundColor: 'black', borderRadius: 2, borderColor: 'blue', height: 100, id: 'top' } }); }); launchTests(); };