testdouble-chai
ember-cli-Provides a way for Ember apps to use testdouble-chai
. For use with the ember-cli-testdouble
addon, which is in turn a wrapper for testdouble.js
.
Installation
ember install ember-cli-testdouble-chai
Usage
See the testdouble-chai
repo for all the details on how to use it. However, the basics are:
var someFunction = td; ; tobecalled;tobe;