ionic-mocks-jest
Version:
Stubbed and Pre-mocked Ionic Objects
9 lines • 337 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var action_sheet_1 = require("./action-sheet");
describe('ActionSheetMock', function () {
it('should initialize', function () {
expect(action_sheet_1.ActionSheetMock.instance).toBeDefined();
});
});
//# sourceMappingURL=action-sheet.spec.js.map