I just set up some Mocha tests for some APIs and when running them the checkmark for the test execution is being printed as √ ..
Example:
test description
√ (C10931) hit endpoint (74ms)
Expected :
test description
√ (C10931) hit endpoint (74ms)
I was wondering what could be causing this issue.
Thank you!