This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
chai
Watch
2
Star
0
Fork
You've already forked chai
0
mirror of
https://github.com/chaijs/chai
synced
2024-11-15 08:17:14 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
0ca1a152ff
chai
/
index.js
4 lines
95 B
JavaScript
Raw
Normal View
History
Unescape
Escape
mocha coverage support
2012-02-24 07:59:52 +00:00
module
.
exports
=
process
.
env
.
CHAI
_COV
?
require
(
'./lib-cov/chai'
)
:
require
(
'./lib/chai'
)
;
Reference in a new issue
Copy permalink