We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
or
1 parent 1bde685 commit 3472c7cCopy full SHA for 3472c7c
docs/en/Configuration.md
@@ -8,7 +8,7 @@ previous: jest-object
8
next: cli
9
---
10
11
-Jest's configuration can be defined in the `package.json` file of your project, through a `jest.config.js` file or
+Jest's configuration can be defined in the `package.json` file of your project, or through a `jest.config.js` file or
12
through the `--config <path/to/js|json>` option. If you'd like to use
13
your `package.json` to store Jest's config, the "jest" key should be used on the
14
top level so Jest will know how to find your settings:
0 commit comments