UNPKG

recurlybot

Version:

Slack bot to notify new Recurly subscriptions

10 lines (7 loc) 243 B
require('should'); const application = require(`${specHelper.srcPath}application`); describe('Application Builder', () => { it('should have a lambdaHandler function', () => { application.lambdaHandler.should.be.a.Function(); }); });