UNPKG
@airdao/astra-universal-router
Version:
latest (1.0.2)
1.0.2
1.0.1
Smart contracts for Universal Router
airdao/universal-router
@airdao/astra-universal-router
/
test
/
integration-tests
/
shared
/
expect.ts
7 lines
(4 loc)
•
143 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
{ expect, use }
from
'chai'
import
{ jestSnapshotPlugin }
from
'mocha-chai-jest-snapshot'
use
(
jestSnapshotPlugin
())
export
{ expect }