You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -17,12 +17,12 @@ mochify [options] <spec...>
17
17
## Options
18
18
19
19
The Mochify CLI can pick up configuration from files or CLI flags.
20
-
File config can be provided through `package.json` or in JavaScript, JSON or YAML files and is resolved using the [default lookup mechanism specified by `cosmiconfig`][cosmiconfig].
20
+
File config can be provided through `package.json` or in JavaScriptor JSON files and is resolved using the [default lookup mechanism specified by `lilconfig`][lilconfig].
21
21
For example, you could either put configuration in a top-level `mochify` key in package.json for static values or a `mochify.config.js` for dynamic ones, and have them being picked up automatically.
22
22
In case an option is present in both the config file and as a CLI flag, the flag takes precedence.
23
23
Refer to the documentation of `@mochify/mochify` for available configuration options.
0 commit comments