Skip to content

Commit

Permalink
[Patch] fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ealush committed Mar 4, 2019
1 parent 4affd07 commit 6a75616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/getting_started/writing_tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
|------------|:---------:|:--------:|------------------------------------------------
| `name` | No | String | A name for the group of tests. E.G - form name
| `tests` | No | Function | A function containing the actual validation logic.
| `only/not` | Yes | Array / Object | Whitelist or blacklist of tests to run/skip in the suite see: [Running a specific tests](../specific.md)
| `only/not` | Yes | Array / Object | Whitelist or blacklist of tests to run/skip in the suite see: [Running a specific tests](../test/specific.md)


The most basic test would look somewhat like this:
Expand Down

0 comments on commit 6a75616

Please sign in to comment.