@bazel/jasmine
Advanced tools
Comparing version 5.3.1 to 5.4.0
@@ -55,3 +55,3 @@ const fs = require('fs'); | ||
const IS_TEST_FILE = /[^a-zA-Z0-9](spec|test)\.js$/i; | ||
const IS_TEST_FILE = /[^a-zA-Z0-9](spec|test)\.(mjs|cjs|js)$/i; | ||
const IS_NODE_MODULE = /\/node_modules\// | ||
@@ -58,0 +58,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"license": "Apache-2.0", | ||
"version": "5.3.1", | ||
"version": "5.4.0", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type" : "git", |
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
31874