UNPKG

microvium

Version:

A compact, embeddable scripting engine for microcontrollers for executing small scripts written in a subset of JavaScript.

7 lines 224 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tests_1 = require("./tests"); suite('scope-analysis', () => { tests_1.tests.run(); }); //# sourceMappingURL=mocha-entry.test.js.map