vazco / meteor-universe-e2e

Complete end-to-end/acceptance testing solution for Meteor based on Mocha & Puppeteer

Home Page:https://atmospherejs.com/universe/e2e

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update chai to 4.0.0

radekmie opened this issue · comments

Release note

Throw when non-existent property is read.

expect(true).to.be.ture; // Oops, typo, now Chai will throw an Error

I'll not update dependency until chai v4 is considered stable.

Until then you can import own version of chai directly from npm, it should not cause any conflict with dependency bundled with this package.