UNPKG
quosdolorem
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
The MongoDB Shell
github.com/MonaGoyette/quosdolorem.git
MonaGoyette/quosdolorem
quosdolorem
/
packages
/
browser-repl
/
testing
/
chai.ts
7 lines
(5 loc)
•
135 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
chai, { expect }
from
'chai'
;
import
sinonChai
from
'sinon-chai'
; chai.
use
(sinonChai);
export
default
chai;
export
{ expect };