-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename jasmine_node_test to nodejs_jasmine_test #394
Comments
We can make a PR for this if the @bazelbuild team thinks it makes sense. cc: @vmax |
Actually we discussed last week in the context of #168 that this rule shouldn't have So I think the new name should be We're happy to take a PR for that. The tricky bit will be how to roll this out without breaking users. Probably needs to be available under both names during a transition period of several releases. |
Well, I would love just see one test rule, such as |
Actually this one is named "jasmine_node_test" to match the rule we use internally at Google, so I don't think it's worth renaming it. I do agree that we should have |
Closes bazel-contrib#394 PiperOrigin-RevId: 231647001
Closes bazel-contrib#394 PiperOrigin-RevId: 231647001
Hi, as we can see, the naming convention for the rules in rules_nodejs starts with
nodejs_<...>
(such asnodejs_binary
andnodejs_test
. However,jasmine_node_test
breaks this convention. Before rule names starts getting messier, can we renamejasmine_node_test
tonodejs_jasmine_test
to maintain consistency?The text was updated successfully, but these errors were encountered: