fix(deps): bump the jest group across 1 directory with 6 updates - #442
fix(deps): bump the jest group across 1 directory with 6 updates#442dependabot[bot] wants to merge 1 commit into
61 tests / 6 failures / 6 errors / 1 skipped test
This report was generated via the Ephemeral pipeline
Errors
6 errors
- packages/@code-like-a-carpenter/foundation-parser/src/extractors/indexes.test.ts
- Test suite failed to run
- ❗ packages/@code-like-a-carpenter/foundation-parser/src/extractors/indexes.test.ts (L104)
- Test suite failed to run
- packages/@code-like-a-carpenter/foundation-parser/src/extractors/primary-key.test.ts
- Test suite failed to run
- ❗ packages/@code-like-a-carpenter/foundation-parser/src/extractors/primary-key.test.ts (L104)
- Test suite failed to run
- packages/@code-like-a-carpenter/foundation-parser/src/extractors/cdc.test.ts
- Test suite failed to run
- ❗ packages/@code-like-a-carpenter/foundation-parser/src/extractors/cdc.test.ts (L104)
- Test suite failed to run
- packages/@code-like-a-carpenter/tool-stack/src/name.test.mjs
- Test suite failed to run
- ❗ packages/@code-like-a-carpenter/tool-stack/src/name.test.mjs (L104)
- Test suite failed to run
- packages/@code-like-a-carpenter/foundation-parser/src/extractors/ttl.test.ts
- Test suite failed to run
- ❗ packages/@code-like-a-carpenter/foundation-parser/src/extractors/ttl.test.ts (L104)
- Test suite failed to run
- packages/@code-like-a-carpenter/tooling-common/src/format-stack-name.test.mjs
- Test suite failed to run
- ❗ packages/@code-like-a-carpenter/tooling-common/src/format-stack-name.test.mjs (L104)
- Test suite failed to run
Failures
6 failures
- packages/@code-like-a-carpenter/foundation-parser/src/extractors/indexes.test.ts
- Test suite failed to run
- ❌ packages/@code-like-a-carpenter/foundation-parser/src/extractors/indexes.test.ts
- Test suite failed to run
- packages/@code-like-a-carpenter/foundation-parser/src/extractors/primary-key.test.ts
- Test suite failed to run
- ❌ packages/@code-like-a-carpenter/foundation-parser/src/extractors/primary-key.test.ts
- Test suite failed to run
- packages/@code-like-a-carpenter/foundation-parser/src/extractors/cdc.test.ts
- Test suite failed to run
- ❌ packages/@code-like-a-carpenter/foundation-parser/src/extractors/cdc.test.ts
- Test suite failed to run
- packages/@code-like-a-carpenter/tool-stack/src/name.test.mjs
- Test suite failed to run
- ❌ packages/@code-like-a-carpenter/tool-stack/src/name.test.mjs
- Test suite failed to run
- packages/@code-like-a-carpenter/foundation-parser/src/extractors/ttl.test.ts
- Test suite failed to run
- ❌ packages/@code-like-a-carpenter/foundation-parser/src/extractors/ttl.test.ts
- Test suite failed to run
- packages/@code-like-a-carpenter/tooling-common/src/format-stack-name.test.mjs
- Test suite failed to run
- ❌ packages/@code-like-a-carpenter/tooling-common/src/format-stack-name.test.mjs
- Test suite failed to run
Skipped
1 test was skipped
- packages/@code-like-a-carpenter/assert/src/assert.test.mjs
- assert
- ❔ throws a custom error
- assert
Passed
48 other tests passed
- packages/@code-like-a-carpenter/logger/src/console-logger.test.ts
- ConsoleLogger
- in development mode
- #_log()
- ✅ logs strings
- ✅ logs strings and errors
- #child()
- ✅ logs strings
- ✅ logs strings and errors
- ✅ logs strings and objects
- ✅ logs initial and additional metadata
- #_log()
- in production mode
- #_log()
- ✅ does not log the authorization header
- ✅ redacts user PII
- ✅ logs strings
- ✅ logs strings and objects
- ✅ logs original and additional metadata
- #_log()
- in development mode
- ConsoleLogger
- packages/@code-like-a-carpenter/foundation-runtime/src/errors/errors.test.ts
- AlreadyExistsError
- ✅ stringifies
- NotFoundError
- ✅ stringifies
- OptimisticLockingError
- ✅ stringifies
- UnexpectedAwsError
- ✅ stringifies
- UnexpectedError
- ✅ stringifies
- AlreadyExistsError
- packages/@code-like-a-carpenter/tooling-common/src/filesystem.test.mjs
- writePrettierFile()
- ✅ formats the content it writes
- ✅ keeps the mode of the file it replaces
- ✅ replaces the file rather than rewriting it in place
- writePrettierFile()
- packages/@code-like-a-carpenter/errors/src/http-errors.test.ts
- ClientError
- ✅ is an instanceof Exception
- ✅ is an instance of HttpException
- ✅ renders the proper name
- NotFound
- ✅ is an instanceof Exception
- ✅ is an instance of HttpException
- ✅ renders the proper name
- ✅ does not require a message
- ClientError
- packages/@code-like-a-carpenter/interact/src/interact.test.ts
- interact()
- ✅ applies an interactor to some arguments
- ✅ applies an interactor which returns an object to some arguments
- ✅ appends a child logger to the context
- ✅ runs functions that accept a scalar
- interact()
- packages/@code-like-a-carpenter/parallel/src/parallel.test.ts
- parallelMap()
- ✅ applies a function to a number if items in parallel
- ✅ captures and suppresses errors
- parallelMap()
- packages/@code-like-a-carpenter/exception/src/exception.test.ts
- Exception
- ✅ is an instance of Error
- ✅ has a name property
- ✅ renders the proper name when subclassed
- ✅ renders the proper name in a deep hierarchy
- Exception
- packages/@code-like-a-carpenter/assert/src/assert.test.mjs
- assert
- ✅ throws a string error
- ✅ throws a provided string error
- ✅ throws a provided custom error
- assert
- packages/@code-like-a-carpenter/cli-plugin-example/src/index.test.ts
- cli-plugin-example
- ✅ works
- cli-plugin-example
- packages/@clc/nx/src/tsconfig.test.mjs
- tsconfig
- readTsConfig()
- ✅ returns the parsed contents of an existing file
- ✅ throws when the file does not exist
- ✅ throws when the file is empty
- ✅ throws when the file is truncated
- loadTsConfig()
- ✅ returns the parsed contents of an existing file
- ✅ returns a default when the file does not exist
- ✅ throws when the file is empty
- ✅ throws when the file is truncated
- readTsConfig()
- tsconfig
Annotations
Check failure on line 104 in node_modules/@jest/snapshot-utils/build/index.js
check-run-reporter / Unit Tests
Test suite failed to run
● Test suite failed to run
Outdated guide link: The snapshot guide link at the top of this snapshot is outdated. Please update all snapshots during this upgrade of Jest.
Expected: https://jestjs.io/docs/snapshot-testing
Received: https://goo.gl/fbAQLP
at validateSnapshotHeader (node_modules/@jest/snapshot-utils/build/index.js:104:12)
check-run-reporter / Unit Tests
Test suite failed to run
"Outdated guide link: The snapshot guide link at the top of this snapshot is outdated. Please update all snapshots during this upgrade of Jest.\n\nExpected: https://jestjs.io/docs/snapshot-testing\nReceived: https://goo.gl/fbAQLP"
Check failure on line 104 in node_modules/@jest/snapshot-utils/build/index.js
check-run-reporter / Unit Tests
Test suite failed to run
● Test suite failed to run
Outdated guide link: The snapshot guide link at the top of this snapshot is outdated. Please update all snapshots during this upgrade of Jest.
Expected: https://jestjs.io/docs/snapshot-testing
Received: https://goo.gl/fbAQLP
at validateSnapshotHeader (node_modules/@jest/snapshot-utils/build/index.js:104:12)
check-run-reporter / Unit Tests
Test suite failed to run
"Outdated guide link: The snapshot guide link at the top of this snapshot is outdated. Please update all snapshots during this upgrade of Jest.\n\nExpected: https://jestjs.io/docs/snapshot-testing\nReceived: https://goo.gl/fbAQLP"
Check failure on line 104 in node_modules/@jest/snapshot-utils/build/index.js
check-run-reporter / Unit Tests
Test suite failed to run
● Test suite failed to run
Outdated guide link: The snapshot guide link at the top of this snapshot is outdated. Please update all snapshots during this upgrade of Jest.
Expected: https://jestjs.io/docs/snapshot-testing
Received: https://goo.gl/fbAQLP
at validateSnapshotHeader (node_modules/@jest/snapshot-utils/build/index.js:104:12)
check-run-reporter / Unit Tests
Test suite failed to run
"Outdated guide link: The snapshot guide link at the top of this snapshot is outdated. Please update all snapshots during this upgrade of Jest.\n\nExpected: https://jestjs.io/docs/snapshot-testing\nReceived: https://goo.gl/fbAQLP"
Check failure on line 104 in node_modules/@jest/snapshot-utils/build/index.js
check-run-reporter / Unit Tests
Test suite failed to run
● Test suite failed to run
Outdated guide link: The snapshot guide link at the top of this snapshot is outdated. Please update all snapshots during this upgrade of Jest.
Expected: https://jestjs.io/docs/snapshot-testing
Received: https://goo.gl/fbAQLP
at validateSnapshotHeader (node_modules/@jest/snapshot-utils/build/index.js:104:12)
Check failure on line 1 in packages/@code-like-a-carpenter/tool-stack/src/name.test.mjs
check-run-reporter / Unit Tests
Test suite failed to run
"Outdated guide link: The snapshot guide link at the top of this snapshot is outdated. Please update all snapshots during this upgrade of Jest.\n\nExpected: https://jestjs.io/docs/snapshot-testing\nReceived: https://goo.gl/fbAQLP"
Check failure on line 104 in node_modules/@jest/snapshot-utils/build/index.js
check-run-reporter / Unit Tests
Test suite failed to run
● Test suite failed to run
Outdated guide link: The snapshot guide link at the top of this snapshot is outdated. Please update all snapshots during this upgrade of Jest.
Expected: https://jestjs.io/docs/snapshot-testing
Received: https://goo.gl/fbAQLP
at validateSnapshotHeader (node_modules/@jest/snapshot-utils/build/index.js:104:12)
check-run-reporter / Unit Tests
Test suite failed to run
"Outdated guide link: The snapshot guide link at the top of this snapshot is outdated. Please update all snapshots during this upgrade of Jest.\n\nExpected: https://jestjs.io/docs/snapshot-testing\nReceived: https://goo.gl/fbAQLP"
Check failure on line 104 in node_modules/@jest/snapshot-utils/build/index.js
check-run-reporter / Unit Tests
Test suite failed to run
● Test suite failed to run
Outdated guide link: The snapshot guide link at the top of this snapshot is outdated. Please update all snapshots during this upgrade of Jest.
Expected: https://jestjs.io/docs/snapshot-testing
Received: https://goo.gl/fbAQLP
at validateSnapshotHeader (node_modules/@jest/snapshot-utils/build/index.js:104:12)
check-run-reporter / Unit Tests
Test suite failed to run
"Outdated guide link: The snapshot guide link at the top of this snapshot is outdated. Please update all snapshots during this upgrade of Jest.\n\nExpected: https://jestjs.io/docs/snapshot-testing\nReceived: https://goo.gl/fbAQLP"