Skip to content

Commit

Permalink
chore(tests): harmonize Jest package version to address test file mat…
Browse files Browse the repository at this point in the history
…ching (#26320)

This harmonizes the versions of Jest installed in Framework to address
an issue reported in Stencil here:
ionic-team/stencil#3785

The issue is essentially that certain test commands, such as this one:

```
npx stencil test --spec --max-workers=2 src/utils/keyboard/test/
```

will, at present, alternate between running the tests as expected and
failing. Not good!

The issue is caused by having different versions of `@jest/core`, on the
one hand, and `jest` and `jest-cli` on the other. After updating `jest`
and `jest-cli` to match the version of `@jest/core` (`27.5.1`) and the
issue can no longer be reproduced.
  • Loading branch information
alicewriteswrongs committed Nov 18, 2022
1 parent bacc4f3 commit d78cda2
Show file tree
Hide file tree
Showing 2 changed files with 10,697 additions and 21,651 deletions.

0 comments on commit d78cda2

Please sign in to comment.