diff --git a/README.md b/README.md index 8df2adf7..2ba2ae58 100644 --- a/README.md +++ b/README.md @@ -430,9 +430,8 @@ You can also use `npm run build` and `npm test` to build and test everything. ## Testing Most tests are run in [Jasmine](https://jasmine.github.io/) using -`jasmine_node_test()`, a [custom `@aspect_rules_js` implementation](/tools/jasmine.bzl) -which mirrors the -[`@build_bazel_rules_nodejs` version](https://www.npmjs.com/package/@bazel/jasmine#jasmine_node_test). +`jasmine_node_test()`, a +[slightly customized implementation of `@aspect_rules_jasmine`](/tools/jasmine.bzl). These tests run in a Node Jasmine environment with no available browser (unless they depend on WebDriverIO). The test can be executed with a simple `bazel test //path/to/pkg:target`.