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
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## main

### Chore & Maintenance

- `[*]` Remove and deprecate `jest-repl` package ([15673](https://github.com/jestjs/jest/pull/15673))

## 30.0.0

### Features
Expand Down Expand Up @@ -105,7 +109,7 @@
- `[jest-util]` Always load `mjs` files with `import` ([#15447](https://github.com/jestjs/jest/pull/15447))
- `[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))
- `[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))
- `[expect]` Resolve issue where `ObjectContaining` matched non-object values. ([#15463])(https://github.com/jestjs/jest/pull/15463).
- `[expect]` Resolve issue where `ObjectContaining` matched non-object values. [#15463](https://github.com/jestjs/jest/pull/15463).
- Adds a `conditional/check` to ensure the argument passed to `expect` is an object.
- Add unit tests for new `ObjectContaining` behavior.
- Remove `invalid/wrong` test case assertions for `ObjectContaining`.
Expand Down
1 change: 0 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,6 @@ const config = typescriptEslint.config(
'scripts/*',
'packages/*/__benchmarks__/test.js',
'packages/create-jest/src/runCreate.ts',
'packages/jest-repl/src/cli/runtime-cli.ts',
],
rules: {
'no-console': 'off',
Expand Down
1 change: 0 additions & 1 deletion jest.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ export default {
'/packages/jest-haste-map/src/__tests__/haste_impl.js',
'/packages/jest-haste-map/src/__tests__/dependencyExtractor.js',
'/packages/jest-haste-map/src/__tests__/test_dotfiles_root/',
'/packages/jest-repl/src/__tests__/test_root',
'/packages/jest-runtime/src/__tests__/defaultResolver.js',
'/packages/jest-runtime/src/__tests__/module_dir/',
'/packages/jest-runtime/src/__tests__/NODE_PATH_dir',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"remove-examples": "node ./scripts/remove-examples.mjs",
"test-ci-partial": "yarn test-ci-partial:parallel -i",
"test-ci-partial:parallel": "yarn jest --color --config jest.config.ci.mjs",
"test-leak": "yarn jest -i --detectLeaks --color jest-mock jest-diff jest-repl pretty-format",
"test-leak": "yarn jest -i --detectLeaks --color jest-mock jest-diff pretty-format",
"test-ts": "yarn jest --config jest.config.ts.mjs",
"test-types": "yarn tstyche",
"test-with-type-info": "yarn jest e2e/__tests__/jest.config.ts.test.ts",
Expand Down
8 changes: 0 additions & 8 deletions packages/jest-repl/.npmignore

This file was deleted.

13 changes: 0 additions & 13 deletions packages/jest-repl/bin/jest-repl.js

This file was deleted.

13 changes: 0 additions & 13 deletions packages/jest-repl/bin/jest-runtime-cli.js

This file was deleted.

50 changes: 0 additions & 50 deletions packages/jest-repl/package.json

This file was deleted.

35 changes: 0 additions & 35 deletions packages/jest-repl/src/__tests__/jest_repl.test.js

This file was deleted.

53 changes: 0 additions & 53 deletions packages/jest-repl/src/__tests__/runtime_cli.test.js

This file was deleted.

16 changes: 0 additions & 16 deletions packages/jest-repl/src/__tests__/test_root/logging.js

This file was deleted.

10 changes: 0 additions & 10 deletions packages/jest-repl/src/__tests__/test_root/throwing.js

This file was deleted.

5 changes: 0 additions & 5 deletions packages/jest-repl/src/__tests__/tsconfig.json

This file was deleted.

51 changes: 0 additions & 51 deletions packages/jest-repl/src/cli/args.ts

This file was deleted.

30 changes: 0 additions & 30 deletions packages/jest-repl/src/cli/index.ts

This file was deleted.

Loading
Loading