testeranto
Version:
the AI powered BDD test framework for typescript projects
18 lines (17 loc) • 358 B
JavaScript
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.");
},
};
export default config;