UNPKG

ionic-mocks-jest

Version:
9 lines 337 B
"use strict"; 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