UNPKG

rollup-documentation

Version:

rollup-documentation

13 lines (12 loc) 292 B
'use strict'; // fake test because we cant have no test at all describe('exported', function () { var exported = { test: true }; Object.keys(exported).forEach(function (key) { it('should export ' + key, function () { expect(exported[key]).toBeDefined(); }); }); });