Skip to content

Commit

Permalink
better root examples
Browse files Browse the repository at this point in the history
  • Loading branch information
tacheometry committed Apr 26, 2021
1 parent 07206cc commit 31bd0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Run [TestEZ](https://roblox.github.io/testez/) tests and view their results righ
- Make a `testez-companion.toml` file to configure how TestEZ should behave:

```toml
roots = ["ReplicatedStorage/myTests"] # locations of your .spec files (which are found as descendants too)
roots = ["ReplicatedStorage/myTests", "ServerStorage/some/other/tests"] # locations of your .spec files (which are found as descendants too)
extraOptions = {} # optional extraOptions for TestBootstrap
```

Expand Down

0 comments on commit 31bd0eb

Please sign in to comment.