Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jestjs/jest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2cce069800dab3fc8ca7c469b32d2e2b2f7e2bb1
Choose a base ref
...
head repository: jestjs/jest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 75006e46c76f6fda14bbc0548f86edb2ba087cd2
Choose a head ref

Commits on Jul 13, 2022

  1. Copy the full SHA
    9f4dc3e View commit details

Commits on Jul 17, 2022

  1. Copy the full SHA
    71441df View commit details
  2. Copy the full SHA
    c059213 View commit details
  3. Copy the full SHA
    c91dbcf View commit details
  4. Copy the full SHA
    16d7cac View commit details
  5. Copy the full SHA
    73de40d View commit details
  6. v29.0.0-alpha.0

    SimenB committed Jul 17, 2022
    Copy the full SHA
    6862afb View commit details
  7. Copy the full SHA
    f96bc2a View commit details

Commits on Jul 20, 2022

  1. feat(pretty-format)!: remove ConvertAnsi plugin in favour of `jest-…

    …serializer-ansi-escapes` (#13040)
    mrazauskas authored Jul 20, 2022
    Copy the full SHA
    2842eb6 View commit details
  2. Copy the full SHA
    3c94e7d View commit details
  3. Copy the full SHA
    41e5779 View commit details

Commits on Jul 22, 2022

  1. Copy the full SHA
    7afbb1f View commit details
  2. Copy the full SHA
    990736d View commit details
  3. Copy the full SHA
    837af9e View commit details

Commits on Jul 24, 2022

  1. Copy the full SHA
    f24ab2b View commit details
  2. fix: re-add @types/jsdom (#13058)

    SimenB authored Jul 24, 2022
    Copy the full SHA
    92facd3 View commit details

Commits on Jul 25, 2022

  1. chore: update yarn (#13060)

    SimenB authored Jul 25, 2022
    Copy the full SHA
    d1c6ced View commit details

Commits on Jul 27, 2022

  1. Copy the full SHA
    03cf86f View commit details

Commits on Aug 2, 2022

  1. Copy the full SHA
    0546932 View commit details

Commits on Aug 3, 2022

  1. Copy the full SHA
    3d161c2 View commit details

Commits on Aug 4, 2022

  1. v29.0.0-alpha.1

    SimenB committed Aug 4, 2022
    Copy the full SHA
    10f1e7f View commit details
  2. Copy the full SHA
    222c671 View commit details

Commits on Aug 5, 2022

  1. Copy the full SHA
    b10c61f View commit details
  2. Copy the full SHA
    5761f0f View commit details
  3. feat: add workerIdleMemoryLimit to support worker recycling in the ev…

    …ent of node >16.11.0 memory leaks (#13056)
    phawxby authored Aug 5, 2022
    Copy the full SHA
    37200eb View commit details
  4. Copy the full SHA
    02cd85f View commit details
  5. Copy the full SHA
    59e51df View commit details
  6. chore: sort changelog

    SimenB committed Aug 5, 2022
    Copy the full SHA
    6d19139 View commit details
  7. v29.0.0-alpha.2

    SimenB committed Aug 5, 2022
    Copy the full SHA
    53c11a2 View commit details

Commits on Aug 7, 2022

  1. chore: update lerna-lite

    SimenB committed Aug 7, 2022
    Copy the full SHA
    57b91f4 View commit details
  2. v29.0.0-alpha.3

    SimenB committed Aug 7, 2022
    Copy the full SHA
    0998187 View commit details
  3. Copy the full SHA
    0b679b8 View commit details

Commits on Aug 8, 2022

  1. Copy the full SHA
    b223e18 View commit details
  2. docs: correct typos

    SimenB committed Aug 8, 2022
    Copy the full SHA
    6b6d52c View commit details
  3. Copy the full SHA
    8719aff View commit details
  4. v29.0.0-alpha.4

    SimenB committed Aug 8, 2022
    Copy the full SHA
    98a833b View commit details

Commits on Aug 9, 2022

  1. Copy the full SHA
    6886eeb View commit details
  2. Copy the full SHA
    b933166 View commit details
  3. Copy the full SHA
    240587b View commit details

Commits on Aug 11, 2022

  1. Copy the full SHA
    24ed3b5 View commit details
  2. Copy the full SHA
    d6ad15b View commit details
  3. v29.0.0-alpha.5

    SimenB committed Aug 11, 2022
    Copy the full SHA
    63e506b View commit details

Commits on Aug 12, 2022

  1. Copy the full SHA
    1919ef1 View commit details
  2. Copy the full SHA
    f9718de View commit details
  3. Copy the full SHA
    efd17b9 View commit details
  4. Copy the full SHA
    6d59ed6 View commit details
  5. Copy the full SHA
    760dd21 View commit details
  6. feat(@jest/globals): add jest.Mocked, jest.MockedClass, `jest.Moc…

    …kedFunction` and `jest.MockedObject` utility types (#12727)
    mrazauskas authored Aug 12, 2022
    Copy the full SHA
    2f4340c View commit details

Commits on Aug 13, 2022

  1. Copy the full SHA
    7d8c313 View commit details
  2. Copy the full SHA
    ae8cf9a View commit details
Showing 380 changed files with 14,965 additions and 12,272 deletions.
8 changes: 6 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -42,7 +42,11 @@ jobs:
node-version: lts/*
- node/install-packages: *install
- run:
command: JEST_JASMINE=1 yarn test-ci-partial --shard=$(expr $CIRCLE_NODE_INDEX + 1)/$CIRCLE_NODE_TOTAL && JEST_JASMINE=1 yarn test-leak
name: Test
command: JEST_JASMINE=1 yarn test-ci-partial --shard=$(expr $CIRCLE_NODE_INDEX + 1)/$CIRCLE_NODE_TOTAL
- run:
name: Leak test
command: JEST_JASMINE=1 yarn test-leak
- store_test_results:
path: reports/junit

@@ -54,5 +58,5 @@ workflows:
name: test-node-partial-<< matrix.node-version >>
matrix:
parameters:
node-version: ['12', '14', '16', '17', '18']
node-version: ['14', '16', '18']
- test-jest-jasmine
4 changes: 2 additions & 2 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -180,7 +180,7 @@ module.exports = {
},
},
{
files: ['website/**/*'],
files: ['docs/**/*', 'website/**/*'],
rules: {
'import/order': 'off',
'import/sort-keys': 'off',
@@ -344,7 +344,6 @@ module.exports = {
'handle-callback-err': 'off',
'id-length': 'off',
'id-match': 'off',
'import/no-duplicates': 'error',
'import/no-extraneous-dependencies': [
'error',
{
@@ -414,6 +413,7 @@ module.exports = {
'no-dupe-class-members': 'error',
'no-dupe-keys': 'error',
'no-duplicate-case': 'error',
'no-duplicate-imports': 'error',
'no-else-return': 'off',
'no-empty': 'off',
'no-empty-character-class': 'warn',
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [12.x, 14.x, 16.x, 17.x, 18.x]
node-version: [14.x, 16.x, 18.x]
shard: ['1/4', '2/4', '3/4', '4/4']
name: Node v${{ matrix.node-version }} on ${{ inputs.os }} (${{ matrix.shard }})
runs-on: ${{ inputs.os }}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -53,3 +53,6 @@ api-extractor.json
**/.pnp.*

crowdin-cli.jar

# We don't want these temp files
packages/jest-worker/src/workers/__tests__/__temp__
Loading