Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing

exports[`source-map should display failed test with stacktrace 1`] = `
" ● should fail
Expand Down
1,276 changes: 638 additions & 638 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
"@eslint/compat": "^1.3.2",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.35.0",
"@jest/globals": "^30.0.5",
"@jest/transform": "^30.0.5",
"@jest/globals": "^30.1.2",
"@jest/transform": "^30.1.2",
"@jest/types": "^30.0.5",
"@types/babel__core": "^7.20.5",
"@types/fs-extra": "^11.0.4",
Expand All @@ -113,7 +113,7 @@
"@types/yargs-parser": "21.0.3",
"@typescript-eslint/eslint-plugin": "^8.44.0",
"@typescript-eslint/parser": "^8.44.0",
"babel-jest": "^30.0.5",
"babel-jest": "^30.1.2",
"conventional-changelog-angular": "^8.0.0",
"conventional-changelog-cli": "^5.0.0",
"esbuild": "~0.25.9",
Expand All @@ -128,7 +128,7 @@
"fs-extra": "^11.3.1",
"globals": "^16.4.0",
"husky": "^9.1.7",
"jest": "^30.0.5",
"jest": "^30.1.3",
"js-yaml": "^4.1.0",
"lint-staged": "^15.5.2",
"memfs": "^4.39.0",
Expand Down
2 changes: 1 addition & 1 deletion src/cli/__snapshots__/cli.spec.ts.snap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing

exports[`config init should create a jest config file with cli options for config type default 1`] = `
"const { createDefaultPreset } = require("ts-jest");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing

exports[`pathsToModuleNameMapper should convert tsconfig mapping with given prefix: <rootDir>/ 1`] = `
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing

exports[`TsJestTransformer process should process file with babel-jest 1`] = `
"foo;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing

exports[`TsCompiler getCompiledOutput isolatedModules true should transpile code with config {"babelConfig": false, "module": "CommonJS", "supportsStaticESM": false, "useESM": true} 1`] = `
{
Expand Down
2 changes: 1 addition & 1 deletion src/legacy/config/__snapshots__/config-set.spec.ts.snap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing

exports[`config-set _resolveTsConfig resolve configFileName normally module in tsConfig is not the same as forced module and allowSyntheticDefaultImports is false in tsConfig should use correct paths when searching 1`] = `
[
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing

exports[`create-jest-preset CJS presets createDefaultLegacyPreset should return preset config 1`] = `
{
Expand Down
2 changes: 1 addition & 1 deletion src/transformers/__snapshots__/hoist-jest.spec.ts.snap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing

exports[`hoist-jest should hoist correctly when not using @jest/globals 1`] = `
"// These will all be hoisted above imports
Expand Down
2 changes: 1 addition & 1 deletion src/utils/__snapshots__/backports.spec.ts.snap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing

exports[`backportJestConfig with "globals.__TRANSFORM_HTML__" set to false should have changed the config correctly: before 1`] = `
{
Expand Down
Loading