mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-30 00:55:49 +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,5 +1,5 @@
|
||||
import assert from "assert-diff";
|
||||
import BigNumber from "bignumber.js";
|
||||
import { assert } from "chai";
|
||||
|
||||
import { dropsToXrp } from "../../src/utils";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user