rules_jasmine
v2.0.4
published 3 months ago
6 stars
4 forks
3 watchers
Apache License 2.0
public
6 assets
450,405 downloads
35 KB
v2.0.4
March 3, 2026
[expand for release notes]

Bazel rules for Jasmine

Note

This repository uses the Aspect CLI for CI and local development. See the docs and install instructions to get started.

Runs the Jasmine JS testing tool under Bazel.

rules_jasmine is just a part of what Aspect provides:

Installation

Usage

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 /WORKSPACE file in the root of this repo.