We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91764af commit 07780a2Copy full SHA for 07780a2
packages/jest-preset-preact/README.md
@@ -1,17 +1,17 @@
1
-# jest-preact
+# jest-preset-preact
2
3
-Jest preset containing all required configuration for writing tests for [preact](https://github.com/preactjs/preact.
+Jest preset containing all required configuration for writing tests for [preact](https://github.com/preactjs/preact).
4
5
```bash
6
-npm install jest-preact-preset
+npm install jest-preset-preact
7
```
8
9
## Usage
10
11
```js
12
// jest.config.js
13
module.exports = {
14
- preset: 'jest-preact-preset',
+ preset: 'jest-preset-preact',
15
};
16
17
0 commit comments