UNPKG

kdf

Version:

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

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