UNPKG

kdf

Version:

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

15 lines (9 loc) 275 B
{assert} = require 'chai' KDScrollview = require '../scrollview' describe 'KDScrollview', -> it 'exists', -> assert.ok(KDScrollview) describe 'constructor', -> it 'should instantiate without error', -> router = new KDScrollview assert.ok(router)