mirror of
https://github.com/actions/labeler
synced 2026-05-12 11:51:13 +02:00
build
This commit is contained in:
4
node_modules/jest-snapshot/build/snapshot_resolver.js
generated
vendored
4
node_modules/jest-snapshot/build/snapshot_resolver.js
generated
vendored
@@ -110,9 +110,7 @@ function verifyConsistentTransformations(custom) {
|
||||
if (resolvedTestPath !== custom.testPathForConsistencyCheck) {
|
||||
throw new Error(
|
||||
_chalk.default.bold(
|
||||
`Custom snapshot resolver functions must transform paths consistently, i.e. expects resolveTestPath(resolveSnapshotPath('${
|
||||
custom.testPathForConsistencyCheck
|
||||
}')) === ${resolvedTestPath}`
|
||||
`Custom snapshot resolver functions must transform paths consistently, i.e. expects resolveTestPath(resolveSnapshotPath('${custom.testPathForConsistencyCheck}')) === ${resolvedTestPath}`
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user