UNPKG

kdf

Version:

KD: a non-document focused UI Framework for web applications.

13 lines (9 loc) 249 B
{assert} = require('chai') KDView = require('../../src/core/view') describe 'KDView', -> it 'exists', -> assert.ok(KDView) describe 'constructor', -> it 'should instantiate without error', -> o = new KDView() assert.ok(o)