mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-27 23: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,4 +1,4 @@
|
||||
import assert from "assert-diff";
|
||||
import { assert } from "chai";
|
||||
|
||||
import { TestSuite } from "../testUtils";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user