UNPKG
@deno/shim-deno-test
Version:
latest (0.5.0)
0.5.0
0.4.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0
Deno.test only shim.
github.com/denoland/node_deno_shims
denoland/node_deno_shims
@deno/shim-deno-test
/
dist
/
test.d.ts
4 lines
(3 loc)
•
183 B
TypeScript
View Raw
1
2
3
4
import
*
as
Deno
from
"./deno.types.gen.js"
;
export
type
{
TestContext
,
TestDefinition
,
TestStepDefinition
, }
from
"./deno.types.gen.js"
;
export
declare
const
test
:
typeof
Deno
.
test
;