UNPKG

@wix-pilot/core

Version:

A flexible plugin that drives your tests with human-written commands, enhanced by the power of large language models (LLMs)

6 lines (5 loc) 278 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TestContext = void 0; var TestContext_1 = require("./TestContext"); Object.defineProperty(exports, "TestContext", { enumerable: true, get: function () { return TestContext_1.TestContext; } });