defunctzombie / zuul

[UNMAINTAINED] multi-framework javascript browser testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Work with Chai?

therebelrobot opened this issue · comments

Hey, I see that in your examples and tests of mocha-bdd you are using assert, is there a way to use Chai with this framework, and if so do you have an example? I love your tool, I would just like to be able to use the same testing modules as I do on my backend code.

I think you can just npm install chai and then require('chai') in your test files. Not too familiar with Chai but in general if you can install it with npm and require it then it should work.