UNPKG

e-lado

Version:

[![CircleCI](https://circleci.com/gh/sharetribe/sharetribe/tree/master.svg?style=svg)](https://circleci.com/gh/sharetribe/sharetribe/tree/master) [![Dependency Status](https://gemnasium.com/sharetribe/sharetribe.png)](https://gemnasium.com/sharetribe/shar

11 lines (10 loc) 219 B
### global helper for chai.should() ### chai = require 'chai' GLOBAL.should = chai.should() GLOBAL.expect = chai.expect # to work with 'undefined' - should cant it ### addon for lib_path ### GLOBAL.lib_path = '../lib/'