mirror of
https://github.com/dl-solarity/hardhat-zkit.git
synced 2026-05-01 03:00:04 -04:00
5 lines
99 B
TypeScript
5 lines
99 B
TypeScript
import chai from "chai";
|
|
import chaiAsPromised from "chai-as-promised";
|
|
|
|
chai.use(chaiAsPromised);
|