Create a mock
The purpose of the mock is to distort the return of a function. This can be useful, for example for an HTTP request
And the ConverseScript code:
So we use the mock()
method to mock a function in the ConverseScript
Last updated
The purpose of the mock is to distort the return of a function. This can be useful, for example for an HTTP request
And the ConverseScript code:
So we use the mock()
method to mock a function in the ConverseScript
Last updated