neocotic / convert-svg

Node.js packages for converting SVG into other formats using headless Chromium
MIT License
198 stars 45 forks source link

Replace chai with assert #34

Closed neocotic closed 6 years ago

neocotic commented 6 years ago

It would appear that everything that we do with chai could easily be done with the built-in assert module, so I'd like to switch over to assert, dropping chai as a devDependency.