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.js
6 lines
(5 loc)
•
224 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
testDefinitions
=
void
0
;
/** Reference to the array that `Deno.test` calls insert their definition into. */
exports
.
testDefinitions
= [];