-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allows browsers to be specified with a default target.
Refs #74. For whatever reason, `web_test_suite` *requires* the target name to be explicit. `//foo:foo` is required instead of `//foo`. This appears to be an overly constrained string parsing behavior. To make this more usable, `jasmine_web_test_suite` now automatically expands any input targets from `//foo` to `//foo:foo` if necessary before passing them in to `web_test_suite`.
- Loading branch information
Showing
1 changed file
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters