mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-19 19:55:51 +00:00
feat: remove assert library as a testing dep (#2563)
Right now we have 5 testing library dependencies. This eliminates `assert`. `jest`, `jasmine`, `chai` and `karma` are the remaining ones.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import assert from 'assert'
|
||||
import { assert } from 'chai'
|
||||
|
||||
import SHAMap, { NodeType } from '../src/utils/hashes/SHAMap'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user