Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fd03360

Browse files
committed
reorder in docs as well
1 parent ce4cd54 commit fd03360

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Configuring Jest
55

66
The Jest philosophy is to work great by default, but sometimes you just need more configuration power.
77

8-
It is recommended to define the configuration in a dedicated JavaScript, TypeScript or JSON file. The file will be discovered automatically, if it is named `jest.config.js|ts|mts|mjs|cjs|cts|json`. You can use [`--config`](CLI.md#--configpath) flag to pass an explicit path to the file.
8+
It is recommended to define the configuration in a dedicated JavaScript, TypeScript or JSON file. The file will be discovered automatically, if it is named `jest.config.js|ts|mjs|mts|cjs|cts|json`. You can use [`--config`](CLI.md#--configpath) flag to pass an explicit path to the file.
99

1010
:::note
1111

0 commit comments

Comments
 (0)