UNPKG

spur-common

Version:

A Node.JS library of common modules used as a base to most Node.JS applications.

10 lines (6 loc) 147 B
describe "Module", -> beforeEach ()-> injector().inject (@Module)=> afterEach ()-> it "should exist", -> expect(@Module).to.exist