You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The customMessage parameter of expect module is not working for all matchers. For instance, it doesn't work for toBeGreaterThan matcher.
Steps to Reproduce
Create a file named demo_test.ts with these contents:
Describe the bug
The customMessage parameter of expect module is not working for all matchers. For instance, it doesn't work for toBeGreaterThan matcher.
Steps to Reproduce
Execute this command on the terminal to run the test:
deno test
The output contains:
Expected behavior
The output should include the customMessage parameter, like:
Environment
The text was updated successfully, but these errors were encountered: