color-js / color.js

Color conversion & manipulation library by the editors of the CSS Color specifications
https://colorjs.io
MIT License
1.89k stars 82 forks source link

Include htest tests in CI #534

Open MysteryBlokHed opened 4 months ago

MysteryBlokHed commented 4 months ago

The CI currently only runs the code to generate space accessor types, eslint, and dtslint. But the tests of the library itself are never actually checked automatically. Would it be a good idea to add npm run test to the CI, either by updating the lint:ci script or adding another step to the workflow?