Skip to content

Commit d610c9a

Browse files
pedrottimarkSimenB
authored andcommitted
chore: Delete obsolete link and simplify structure in pretty-format README (#8824)
1 parent abb760a commit d610c9a

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
- `[*]` Check copyright and license as one joined substring ([#8815](https://github.com/facebook/jest/pull/8815))
5656
- `[docs]` Fix WatchPlugins `jestHooks.shouldRunTestSuite` example that receives an object ([#8784](https://github.com/facebook/jest/pull/8784))
5757
- `[*]` Enforce LF line endings ([#8809](https://github.com/facebook/jest/pull/8809))
58+
- `[pretty-format]` Delete obsolete link and simplify structure in README ([#8824](https://github.com/facebook/jest/pull/8824))
5859

5960
### Performance
6061

packages/pretty-format/README.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
11
# pretty-format
22

3-
> Stringify any JavaScript value.
4-
5-
- Supports all built-in JavaScript types
6-
- primitive types: `Boolean`, `null`, `Number`, `String`, `Symbol`, `undefined`
7-
- other non-collection types: `Date`, `Error`, `Function`, `RegExp`
8-
- collection types:
9-
- `arguments`, `Array`, `ArrayBuffer`, `DataView`, `Float32Array`, `Float64Array`, `Int8Array`, `Int16Array`, `Int32Array`, `Uint8Array`, `Uint8ClampedArray`, `Uint16Array`, `Uint32Array`,
10-
- `Map`, `Set`, `WeakMap`, `WeakSet`
11-
- `Object`
12-
- [Blazingly fast](https://gist.github.com/thejameskyle/2b04ffe4941aafa8f970de077843a8fd)
13-
- similar performance to `JSON.stringify` in v8
14-
- significantly faster than `util.format` in Node.js
15-
- Serialize application-specific data types with built-in or user-defined plugins
3+
Stringify any JavaScript value.
4+
5+
- Serialize built-in JavaScript types.
6+
- Serialize application-specific data types with built-in or user-defined plugins.
167

178
## Installation
189

0 commit comments

Comments
 (0)