@rwx-research/jest-circus
Advanced tools
Comparing version 29.5.1 to 29.5.2
@@ -71,4 +71,4 @@ 'use strict'; | ||
function idOfTest(state, testEntry) { | ||
// `config` and `testPath` is always explicitly populated in ABQ mode. | ||
const rootDir = state.config.rootDir; | ||
// `globalConfig` and `testPath` is always explicitly populated in ABQ mode. | ||
const rootDir = state.globalConfig.rootDir; | ||
const testPath = state.testPath; | ||
@@ -75,0 +75,0 @@ const relFilePath = path.relative(rootDir, testPath); |
{ | ||
"name": "@rwx-research/jest-circus", | ||
"version": "29.5.1", | ||
"version": "29.5.2", | ||
"repository": { | ||
@@ -5,0 +5,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
80091