Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/denoland/std
/ test
Function
test
testing/bdd.ts:746–748 ·
view source on GitHub ↗
(...args: ItArgs<T>)
Source
from the content-addressed store, hash-verified
744
* @param args The test case
745
*/
746
export
function
test<T>(...args: ItArgs<T>) {
747
it(...args);
748
}
749
750
/**
751
* 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