UNPKG

bottender-compose

Version:

An utility library for bottender and higher-order handlers

8 lines (6 loc) 161 B
"use strict"; const noop = require('../noop'); it('should have correct name', async () => { const action = noop(); expect(action.name).toEqual('Noop'); });