Commit 5fc5f1f5 authored by Robert Knight's avatar Robert Knight

Update documentation for `reset` testing utility

parent 952eb13b
......@@ -146,7 +146,8 @@ export function setUserInfo(user) {
}
/**
* Reset metrics used for client-side event filtering.
* Testing aid that resets event counters and removes event handlers installed
* by {@link init}.
*/
export function reset() {
eventsSent = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment