alwaysai
Version:
The alwaysAI command-line interface (CLI)
7 lines • 346 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tempy = require("tempy");
const test_a_spawner_1 = require("./test-a-spawner");
const child_spawner_1 = require("./child-spawner");
test_a_spawner_1.testASpawner(child_spawner_1.ChildSpawner, { path: tempy.file() });
//# sourceMappingURL=child-spawner.test.js.map