UNPKG

oomph

Version:

Object Oriented javascript models for the client and the server

7 lines (5 loc) 168 B
Base = require '../../src/models/Base' describe 'Base', -> it 'should be a class', -> baseInstance = new Base expect(baseInstance).toEqual jasmine.any(Base)