UNPKG

caldav-adapter

Version:

CalDAV server for Node.js and Koa. Modernized and maintained for Forward Email.

9 lines (6 loc) 186 B
const test = require('ava'); const caldavAdapter = require('..'); // NOTE: defer to FE for tests test('exports a function', (t) => { t.true(typeof caldavAdapter === 'function'); });