Skip to content

Commit

Permalink
docs: Add debounce to api reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ealush committed Apr 3, 2024
1 parent 4171edc commit 2940662
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/api_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ keywords:
enforce,
enforce.extend,
compose,
debounce,
only,
skip,
include,
Expand Down Expand Up @@ -69,6 +70,7 @@ Below is a list of all the API functions exposed by Vest.

- [test.memo](./writing_tests/advanced_test_features/test.memo.md) - Memoizes a test run as long as its dependencies haven't changed.
- [warn](./writing_tests/warn_only_tests.md) - resides within the test body. Sets the test's severity to warning.
- [debounce](./writing_tests/advanced_test_features/debounce.md) - Debounces a test to improve async test performance and flow control.

- [enforce](./enforce/enforce.md) - Asserts that a value matches your desired result.

Expand Down

0 comments on commit 2940662

Please sign in to comment.