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

@@ -31,7 +31,6 @@
"@typescript-eslint/parser": "^5.28.0",
"@xrplf/eslint-config": "^1.9.1",
"@xrplf/prettier-config": "^1.9.1",
"assert": "^2.0.0",
"buffer": "^6.0.2",
"chai": "^4.3.4",
"copyfiles": "^2.4.1",