Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit 3f91cc3

Browse files
committed
Update README.md
1 parent a60ddab commit 3f91cc3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ Back end functions/methods perform the low level work of a specific helper. Ther
3434
All backend functions/methods that start with an `Is` will ALWAYS return a bool type. There are also always a matching `IsNot` to all `Is` functions/methods.
3535

3636

37+
### Testing
38+
The tests directory contains a template and json file for testing the framework.
39+
40+
`make test`
41+
42+
3743
### Makefile
3844

3945
- `make build`

0 commit comments

Comments
 (0)