UNPKG

spur-common

Version:

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

10 lines (7 loc) 222 B
describe "fsPromise", -> beforeEach -> injector().inject (@fsPromise)=> it "should exist", -> expect(@fsPromise).to.exist expect(@fsPromise.exists).to.exist expect(@fsPromise.writeFileAsync).to.exist