mirror of
https://github.com/chaijs/chai
synced 2024-11-15 00:07:11 +00:00
Add script that registers assert as a side-effect
This commit is contained in:
parent
1239d67a94
commit
b655352f56
1 changed files with 1 additions and 0 deletions
1
assert.js
Normal file
1
assert.js
Normal file
|
@ -0,0 +1 @@
|
|||
global.assert = module.exports = require('./').assert;
|
Loading…
Reference in a new issue