S

rules_jasmine

Created Jul 21, 2022 by aspect-build

Language:

Starlark

Stars:

6

Forks:

3

README

Bazel rules for Jasmine

Runs the Jasmine JS testing tool under Bazel.

rules_jasmine is just a part of what Aspect provides:

Installation

  • Under bzlmod in Bazel 6: start from
  • Otherwise, from the release you pick, copy the WORKSPACE snippet into your WORKSPACE file.

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.

Last updated: Jan 16, 2026

More MCP servers built with Starlark

rules_ts

Bazel rules for the `tsc` compiler from http://typescriptlang.org

By aspect-build 131
rules_swc

Bazel rules for the swc toolchain https://swc.rs/

By aspect-build 48
rules_esbuild

Bazel rules for https://esbuild.github.io/ JS bundler

By aspect-build 33