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