Runs the Jasmine JS testing tool under Bazel.
rules_jasmine is just a part of what Aspect provides:
WORKSPACE file.To run just the jasmine tests in a test pattern, you can use bazel test --test_lang_filters=jasmine [target pattern...].
API Docs: https://registry.bazel.build/docs/aspect_rules_jasmine
See usage examples in the examples/ directory.
Note that the examples rely on code in the
/WORKSPACEfile in the root of this repo.