Fix `decayingInterval` mock returning wrong result type
The real function returns a function. The mock returned a number. This happened not to cause a failure currently but it could break with future changes in Preact.
Showing
Please register or sign in to comment