@bazel/jasmine
Advanced tools
Comparing version 4.0.0-beta.0 to 4.0.0-beta.1
@@ -34,3 +34,3 @@ const fs = require('fs'); | ||
// Test sharding support | ||
// See https://docs.bazel.build/versions/master/test-encyclopedia.html#role-of-the-test-runner | ||
// See https://docs.bazel.build/versions/main/test-encyclopedia.html#role-of-the-test-runner | ||
const TOTAL_SHARDS = Number(process.env['TEST_TOTAL_SHARDS']); | ||
@@ -37,0 +37,0 @@ const SHARD_INDEX = Number(process.env['TEST_SHARD_INDEX']); |
@@ -5,3 +5,3 @@ { | ||
"license": "Apache-2.0", | ||
"version": "4.0.0-beta.0", | ||
"version": "4.0.0-beta.1", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type" : "git", |
@@ -30,3 +30,3 @@ <!-- ********************* | ||
directory. This may be symlinked in your workspace. | ||
See https://docs.bazel.build/versions/master/output_directories.html | ||
See https://docs.bazel.build/versions/main/output_directories.html | ||
@@ -33,0 +33,0 @@ To debug the test, see debugging notes in `nodejs_test`. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30298