Abi1210

Results 1 issues of Abi1210

I am creating a new controller in controller.js: var newController=Alloy.createController('index').getView(); In test file (Controller_Spec.js) addded the following to mock getView var dealerControllerMock = { getView: function(){} }; beforeEach(function() { MockRequire...