Skip to content

Commit 113b947

Browse files
chore: remove jest-repl (#15673)
Co-authored-by: eryue0220 <[email protected]>
1 parent edee3ab commit 113b947

24 files changed

+9
-632
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## main
22

3+
### Chore & Maintenance
4+
5+
- `[*]` Remove and deprecate `jest-repl` package ([15673](https://github.com/jestjs/jest/pull/15673))
6+
37
## 30.0.0
48

59
### Features
@@ -105,7 +109,7 @@
105109
- `[jest-util]` Always load `mjs` files with `import` ([#15447](https://github.com/jestjs/jest/pull/15447))
106110
- `[jest-worker]` Properly handle a circular reference error when worker tries to send an assertion fails where either the expected or actual value is circular ([#15191](https://github.com/jestjs/jest/pull/15191))
107111
- `[jest-worker]` Properly handle a BigInt when worker tries to send an assertion fails where either the expected or actual value is BigInt ([#15191](https://github.com/jestjs/jest/pull/15191))
108-
- `[expect]` Resolve issue where `ObjectContaining` matched non-object values. ([#15463])(https://github.com/jestjs/jest/pull/15463).
112+
- `[expect]` Resolve issue where `ObjectContaining` matched non-object values. [#15463](https://github.com/jestjs/jest/pull/15463).
109113
- Adds a `conditional/check` to ensure the argument passed to `expect` is an object.
110114
- Add unit tests for new `ObjectContaining` behavior.
111115
- Remove `invalid/wrong` test case assertions for `ObjectContaining`.

eslint.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,6 @@ const config = typescriptEslint.config(
705705
'scripts/*',
706706
'packages/*/__benchmarks__/test.js',
707707
'packages/create-jest/src/runCreate.ts',
708-
'packages/jest-repl/src/cli/runtime-cli.ts',
709708
],
710709
rules: {
711710
'no-console': 'off',

jest.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ export default {
6161
'/packages/jest-haste-map/src/__tests__/haste_impl.js',
6262
'/packages/jest-haste-map/src/__tests__/dependencyExtractor.js',
6363
'/packages/jest-haste-map/src/__tests__/test_dotfiles_root/',
64-
'/packages/jest-repl/src/__tests__/test_root',
6564
'/packages/jest-runtime/src/__tests__/defaultResolver.js',
6665
'/packages/jest-runtime/src/__tests__/module_dir/',
6766
'/packages/jest-runtime/src/__tests__/NODE_PATH_dir',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"remove-examples": "node ./scripts/remove-examples.mjs",
109109
"test-ci-partial": "yarn test-ci-partial:parallel -i",
110110
"test-ci-partial:parallel": "yarn jest --color --config jest.config.ci.mjs",
111-
"test-leak": "yarn jest -i --detectLeaks --color jest-mock jest-diff jest-repl pretty-format",
111+
"test-leak": "yarn jest -i --detectLeaks --color jest-mock jest-diff pretty-format",
112112
"test-ts": "yarn jest --config jest.config.ts.mjs",
113113
"test-types": "yarn tstyche",
114114
"test-with-type-info": "yarn jest e2e/__tests__/jest.config.ts.test.ts",

packages/jest-repl/.npmignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/jest-repl/bin/jest-repl.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/jest-repl/bin/jest-runtime-cli.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/jest-repl/package.json

Lines changed: 0 additions & 50 deletions
This file was deleted.

packages/jest-repl/src/__tests__/jest_repl.test.js

Lines changed: 0 additions & 35 deletions
This file was deleted.

packages/jest-repl/src/__tests__/runtime_cli.test.js

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)