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-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -285,7 +285,7 @@ Arguments passed to the CLI will always take precedence over the configuration i
285
285
-`failFast`: stop running further tests once a test fails
286
286
-`failWithoutAssertions`: if `false`, does not fail a test if it doesn't run [assertions](#assertions)
287
287
-`tap`: if `true`, enables the [TAP reporter](#tap-reporter)
288
-
-`snapshotLocation`: specifies a fixed location for storing snapshot files. Use this if your snapshots are ending up in the wrong location
288
+
-`snapshotDir`: specifies a fixed location for storing snapshot files. Use this if your snapshots are ending up in the wrong location
289
289
-`powerAssert`: if `false`, disables [power-assert](https://github.com/power-assert-js/power-assert) which otherwise helps provide more descriptive error messages
290
290
-`require`: extra modules to require before tests are run. Modules are required in the [worker processes](#process-isolation)
291
291
-`babel`: test file specific Babel options. See [ES2017 support](#es2017-support) for more details
@@ -1065,7 +1065,7 @@ You can specify a fixed location for storing the snapshot files in AVA's [`packa
0 commit comments