Skip to content

Commit 299b72f

Browse files
committed
docs: fix typos in CHANGELOG.md
1 parent e7280a2 commit 299b72f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@
633633

634634
### Fixes
635635

636-
- `[*]` Use `sha256` instead of `md5` as hashing algortihm for compatibility with FIPS systems ([#12722](https://github.com/facebook/jest/pull/12722))
636+
- `[*]` Use `sha256` instead of `md5` as hashing algorithm for compatibility with FIPS systems ([#12722](https://github.com/facebook/jest/pull/12722))
637637
- `[babel-jest]` [**BREAKING**] Pass `rootDir` as `root` in Babel's options ([#12689](https://github.com/facebook/jest/pull/12689))
638638
- `[expect]` Move typings of `.not`, `.rejects` and `.resolves` modifiers outside of `Matchers` interface ([#12346](https://github.com/facebook/jest/pull/12346))
639639
- `[expect]` Throw useful error if `expect.extend` is called with invalid matchers ([#12488](https://github.com/facebook/jest/pull/12488))
@@ -1440,7 +1440,7 @@
14401440
- `[*]` Upgrade to chalk@4 ([#9752](https://github.com/facebook/jest/pull/9752))
14411441
- `[*]` Remove usage of `realpath-native` ([#9952](https://github.com/facebook/jest/pull/9952))
14421442
- `[docs]` Fix example reference implementation to use Jest with Phabricator ([#8662](https://github.com/facebook/jest/pull/8662))
1443-
- `[docs]` Added default compiler to tranform ([#8583](https://github.com/facebook/jest/pull/8583))
1443+
- `[docs]` Added default compiler to transform ([#8583](https://github.com/facebook/jest/pull/8583))
14441444
- `[docs]` Updated Testing Frameworks guide with React; make it generic ([#9106](https://github.com/facebook/jest/pull/9106))
14451445
- `[expect, jest-mock, pretty-format]` [**BREAKING**] Remove `build-es5` from package ([#9945](https://github.com/facebook/jest/pull/9945))
14461446
- `[@jest/fake-timers, @jest/environment]` [**BREAKING**] Rename `LolexFakeTimers` to `ModernFakeTimers` ([#9960](https://github.com/facebook/jest/pull/9960))
@@ -3480,7 +3480,7 @@ See <https://jestjs.io/blog/2016/12/15/2016-in-jest>
34803480
- Added `--watchAll`, made `--watch` interactive and added the ability to update snapshots and select test patterns in watch mode.
34813481
- Jest uses verbose mode when running a single test file.
34823482
- Console messages are now buffered and printed along with the test results.
3483-
- Fix `testEnvironment` resolution to prefer `jest-environment-{name}` instead of `{name}` only. This prevents a module colision when using `jsdom` as test environment.
3483+
- Fix `testEnvironment` resolution to prefer `jest-environment-{name}` instead of `{name}` only. This prevents a module collision when using `jsdom` as test environment.
34843484
- `moduleNameMapper` now uses a resolution algorithm.
34853485
- Improved performance for small test runs.
34863486
- Improved API documentation.
@@ -3619,7 +3619,7 @@ See <https://jestjs.io/blog/2016/12/15/2016-in-jest>
36193619
- Clear the terminal window when using `--watch`.
36203620
- By default, `--watch` will now only runs tests related to changed files. `--watch=all` can be used to run all tests on file system changes.
36213621
- Debounce `--watch` re-runs to not trigger test runs during a branch switch in version control.
3622-
- Added `jest.fn()` and `jest.fn(implementation)` as convenient shorcuts for `jest.genMockFunction()` and `jest.genMockFunction().mockImplementation()`.
3622+
- Added `jest.fn()` and `jest.fn(implementation)` as convenient shortcuts for `jest.genMockFunction()` and `jest.genMockFunction().mockImplementation()`.
36233623
- Added an `automock` option to turn off automocking globally.
36243624
- Added a "no tests found" message if no tests can be found.
36253625
- Jest sets `process.NODE_ENV` to `test` unless otherwise specified.

0 commit comments

Comments
 (0)