Skip to content

Commit

Permalink
[ci] Remove jestSequencer
Browse files Browse the repository at this point in the history
This was previously used for circleci parallelization but is no longer
needed.

ghstack-source-id: d8c1005e0955310b0ae10111459e0b51d4176b69
Pull Request resolved: #30500
  • Loading branch information
poteto committed Jul 29, 2024
1 parent 39acfdb commit 164af89
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
2 changes: 0 additions & 2 deletions scripts/jest/config.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ module.exports = {
},
snapshotSerializers: [require.resolve('jest-snapshot-serializer-raw')],

testSequencer: require.resolve('./jestSequencer'),

testEnvironment: 'jsdom',

testRunner: 'jest-circus/runner',
Expand Down
19 changes: 0 additions & 19 deletions scripts/jest/jestSequencer.js

This file was deleted.

0 comments on commit 164af89

Please sign in to comment.