busterjs / buster

Abandoned - A powerful suite of automated test tools for JavaScript.
http://docs.busterjs.org
Other
448 stars 37 forks source link

referee.expect fails if path.resolve gets stubbed #402

Closed lo1tuma closed 9 years ago

lo1tuma commented 10 years ago

referee.expect requires on each call ./expect.js. If you stub path.resolve with sinon, then the require call will fail.

dwittner commented 9 years ago

Fixed in version 0.7.17 of Buster.JS.