mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 12:15:51 +00:00
refactor: use chai instead of assert-diff (#1570)
* assert-diff -> chai * fix tests * remove package * fix rebase
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import assert from "assert-diff";
|
||||
import { assert } from "chai";
|
||||
|
||||
import { ValidationError } from "../../src/common/errors";
|
||||
import { computeLedgerHeaderHash } from "../../src/utils";
|
||||
|
||||
Reference in New Issue
Block a user