testeranto
Version:
the AI powered BDD test framework for typescript projects
20 lines (19 loc) • 438 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const config = {
src: "src",
tests: [],
debugger: true,
clearScreen: false,
minify: false,
ports: ["3001"],
externals: [],
nodePlugins: [],
webPlugins: [],
importPlugins: [],
webLoaders: {},
featureIngestor: function (s) {
throw new Error("Function not implemented.");
},
};
exports.default = config;