Variable: TEST_ONLY
const TEST_ONLY: object;
Defined in: packages/blockly/core/common.ts:377
Type Declaration
defineBlocksWithJsonArrayInternal
defineBlocksWithJsonArrayInternal: (jsonArray) => void;
Private version of defineBlocksWithJsonArray for stubbing in tests.
Parameters
| Parameter | Type |
|---|---|
jsonArray | any[] |
Returns
void