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
/
definitions.d.ts
4 lines
(3 loc)
•
198 B
TypeScript
View Raw
1
2
3
4
import
type
{
TestDefinition
}
from
"./deno.types.gen.js"
;
/** Reference to the array that `Deno.test` calls insert their definition into. */
export
declare
const
testDefinitions
:
TestDefinition
[];