added comment to startE2eTests function

pull/1780/head
tamasmagyar 2 years ago
parent 986c03aecd
commit a382f811f4

@ -508,6 +508,7 @@ exports.startUnitTest = async () => {
});
};
/** Start end-to-end tests */
exports.startE2eTests = async () => {
console.log("Starting unit test...");
const npm = /^win/.test(process.platform) ? "npm.cmd" : "npm";

Loading…
Cancel
Save