Skip to content

Commit

Permalink
Revert "fix: mocking of getters/setters on automatically mocked class…
Browse files Browse the repository at this point in the history
…es (jestjs#13145)"

This reverts commit 82e503f.
  • Loading branch information
SimenB committed Sep 28, 2022
1 parent 738fbfb commit 52d45be
Show file tree
Hide file tree
Showing 10 changed files with 120 additions and 679 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,12 @@

### Performance

## 29.1.1

### Fixes

- `[jest-mock]` Revert ([#13145](https://github.com/facebook/jest/pull/13145))

## 29.1.0

### Features
Expand Down
3 changes: 0 additions & 3 deletions jest.config.mjs
Expand Up @@ -58,9 +58,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-mock/src/__tests__/class-mocks-types.ts',
'/packages/jest-mock/src/__tests__/TestClass.ts',
'/packages/jest-mock/src/__tests__/SuperTestClass.ts',
'/packages/jest-repl/src/__tests__/test_root',
'/packages/jest-resolve-dependencies/src/__tests__/__fixtures__/',
'/packages/jest-runtime/src/__tests__/defaultResolver.js',
Expand Down
36 changes: 0 additions & 36 deletions packages/jest-mock/src/__tests__/SuperTestClass.ts

This file was deleted.

11 changes: 0 additions & 11 deletions packages/jest-mock/src/__tests__/TestClass.ts

This file was deleted.

130 changes: 0 additions & 130 deletions packages/jest-mock/src/__tests__/class-mocks-dual-import.test.ts

This file was deleted.

128 changes: 0 additions & 128 deletions packages/jest-mock/src/__tests__/class-mocks-single-import.test.ts

This file was deleted.

38 changes: 0 additions & 38 deletions packages/jest-mock/src/__tests__/class-mocks-types.ts

This file was deleted.

0 comments on commit 52d45be

Please sign in to comment.