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:
Caleb Kniffen
2023-11-08 18:21:48 -06:00
parent e8f89db00c
commit 134924c395
8 changed files with 23 additions and 150 deletions

View File

@@ -1,4 +1,4 @@
import assert from 'assert'
import { assert } from 'chai'
import SHAMap, { NodeType } from '../src/utils/hashes/SHAMap'