Skip to content
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

jasmine_node_test: pass templated_args through to nodejs_test. #398

Merged
merged 2 commits into from
Jun 5, 2019

Commits on Jun 4, 2019

  1. jasmine_node_test macro: pass templated_args through to nodejs_test.

    without this, a jasmine_node_test target specifying templated_args
    will be broken, since the macro unconditionally passes its own
    templated_args. (duplicated keywords in a rule is an error in the
    loading phase.)
    Ubehebe authored and alexeagle committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    01a49a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2019

  1. port bazel-contrib#398 to new jasmine_node_test

    add a test case for it
    alexeagle committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    1d0080d View commit details
    Browse the repository at this point in the history