From de91427356767f2f4dce714457916537b90753bc Mon Sep 17 00:00:00 2001 From: Steve Gravrock Date: Sun, 14 Mar 2021 11:43:38 -0700 Subject: [PATCH] Fixed instructions for running Jasmine's ci script --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 3a23f9a5..8f592ea0 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -101,7 +101,7 @@ Follow these tips and your pull request, patch, or suggestion is much more likel Jasmine uses some internal tooling to test itself in browser on Travis. This tooling _should_ work locally as well. - $ node ci.js + $ node spec/support/ci.js You can also set the `JASMINE_BROWSER` environment variable to specify which browser should be used.