creativescala / doodle

Compositional vector graphics in Scala / Scala.JS
https://creativescala.org/doodle/
Apache License 2.0
327 stars 75 forks source link

Enable minitest and fix CI #139

Closed ddworak closed 10 months ago

ddworak commented 10 months ago

I was playing around with the Color class and noticed that my changes do not fail any tests. Apparently, the minitest suites were disabled in https://github.com/creativescala/doodle/commit/e9d3e46a4d15a456db3d03353d79f9b638ca1863.

This change enables them again. I've also took upon fixing the build, which required removing redundant imports and loosening up on fatal warnings in the docs build.

Feel free to close if I do not have the full context and the tests are disabled by design.

noelwelsh commented 10 months ago

Thanks!