google / postcss-rename

Replace class names based on a customizable renaming scheme.
Apache License 2.0
131 stars 18 forks source link

Add JS tests to continuous integration #9

Closed rzhw closed 4 years ago

rzhw commented 4 years ago

Currently the continuous integration only runs blaze test //..., which doesn't run the Jest tests.

We should add Jest to CI, as separate CI command(s) to run and/or as extra Bazel test target(s).

nex3 commented 4 years ago

IMO decoupling this from Bazel as much as possible is a good idea.