UNPKG

ionic-mocks-jest

Version:
10 lines 384 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var nav_controller_1 = require("./nav-controller"); describe('NavControllerMock', function () { it('should initialize', function () { var instance = nav_controller_1.NavControllerMock.instance(); expect(instance).toBeDefined(); }); }); //# sourceMappingURL=nav-controller.spec.js.map