ZwifsZ
Denoβ€’2y agoβ€’
1 reply
Zwifs

Difference between "deno test" and "VSCode Runner UI"

Hello.

When using the deno test command I'm getting some failures (What is not expected).
 FAILURES 

DomainDNS ... .isRegistered - Valid => ./main_test.ts:22:11
DomainDNS ... .hasMailConfigured - Valid => ./main_test.ts:34:11

FAILED | 1 passed (4 steps) | 1 failed (2 steps) (4ms)

error: Test failed


But when I use the VS Code interface and I press play button next to the deno test. Everythig passes like expected
image.png
Was this page helpful?