mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-31 20:43:43 +00:00
6 lines
229 B
JavaScript
6 lines
229 B
JavaScript
"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 = [];
|