UNPKG

kapi-framework

Version:

A framework to shift the focus towards business logic.

10 lines (6 loc) 234 B
describe('Testing the integrity of the main entry-point.', () => { const TestedModule = require('../src'); test('Test the export structure.', () => { expect(TestedModule).toHaveProperty('kapi', expect.any(Function)); }); });