Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/denoland/std
/ test
Function
test
testing/bdd.ts:788–790 ·
view source on GitHub ↗
(...args: ItArgs<T>)
Source
from the content-addressed store, hash-verified
786
* `Deno.test()` instead.
787
*/
788
export
function
test<T>(...args: ItArgs<T>) {
789
it(...args);
790
}
791
792
/**
793
* Only execute this test case.
Callers
1
run_test.mjs
File · 0.50
Calls
1
it
Function · 0.70
Tested by
no test coverage detected