UNPKG

@yeutech-lab/rollup-umd-documentation

Version:

Quickly build awesome documentation for your rollup-umd project.

11 lines (9 loc) 277 B
'use strict'; var rollupDocumentation = require('../index'); describe('api exports', function () { it('should have all exports defined', function () { Object.keys(rollupDocumentation).forEach(function (exported) { expect(exported).toBeDefined(); }); }); });