component-dbs-core
Version:
DTO objects shared among device backend
29 lines • 2.86 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const index_1 = require("./index");
describe('lambdas index test suite', () => {
it('should be able to import getSitesHandler', () => expect(index_1.getSitesHandler).not.toBeNull());
it('should be able to import getSiteHandler', () => expect(index_1.getSiteHandler).not.toBeNull());
it('should be able to import createSiteHandler', () => expect(index_1.createSiteHandler).not.toBeNull());
it('should be able to import requestTransactionHandler', () => expect(index_1.requestTransactionHandler).not.toBeNull());
it('should be able to import subscribeTransactionResponseHandler', () => expect(index_1.subscribeTransactionResponseHandler).not.toBeNull());
it('should be able to import getTransactionsHandler', () => expect(index_1.getTransactionsHandler).not.toBeNull());
it('should be able to import getTransactionHandler', () => expect(index_1.getTransactionHandler).not.toBeNull());
it('should be able to import getTransactionByCard', () => expect(index_1.getTransactionByCard).not.toBeNull());
it('should be able to import onTransactionUpdateHandler', () => expect(index_1.onTransactionUpdateHandler).not.toBeNull());
it('should be able to import getDeviceUuidHandler', () => expect(index_1.getDeviceUuidHandler).not.toBeNull());
it('should be able to import createDeviceMetricsHandler', () => expect(index_1.createDeviceMetricsHandler).not.toBeNull());
it('should be able to import identitySignUp', () => expect(index_1.identitySignUp).not.toBeNull());
it('should be able to import identityLogin', () => expect(index_1.identityLogin).not.toBeNull());
it('should be able to import checkAccessToken', () => expect(index_1.checkAccessToken).not.toBeNull());
it('should be able to import identityForgotPassword', () => expect(index_1.identityForgotPassword).not.toBeNull());
it('should be able to import identityChangePassword', () => expect(index_1.identityChangePassword).not.toBeNull());
it('should be able to import identityPhoneRegister', () => expect(index_1.identityPhoneRegister).not.toBeNull());
it('should be able to import identityPhoneVerify', () => expect(index_1.identityPhoneVerify).not.toBeNull());
it('should be able to import identitySetPin', () => expect(index_1.identitySetPin).not.toBeNull());
it('should be able to import identityVerifyPin', () => expect(index_1.identityVerifyPin).not.toBeNull());
it('should be able to import identityForcedLogoff', () => expect(index_1.identityForcedLogoff).not.toBeNull());
it('should be able to import initiateForcedLogoff', () => expect(index_1.initiateForcedLogoff).not.toBeNull());
it('should be able to import getDepositsHandler', () => expect(index_1.getDepositsHandler).not.toBeNull());
});
//# sourceMappingURL=index.spec.js.map