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
Most js developers would be familiar with bdd style testing convention(using describe it and so on) which is supported in most of js testing frameworks like mocha, jest and jasmine.
And I don't know deno-vscode supports bdd style test code detection for now, but IMHO it seems almost certain that it will be supported in the future, since bdd is standard feature.
we should directly use
std/testing/bdd.ts
orDeno.test
function in our tests (not using helper functions liketestWithClient
).because new deno-vscode testing feature can't detect these tests.
The text was updated successfully, but these errors were encountered: