UNPKG

kdf

Version:

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

14 lines (9 loc) 306 B
{assert} = require 'chai' KDCustomhtmlview = require '../../src/core/customhtmlview' describe 'KDCustomhtmlview', -> it 'exists', -> assert.ok(KDCustomhtmlview) describe 'constructor', -> it 'should instantiate without error', -> router = new KDCustomhtmlview assert.ok(router)