mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-11-02 04:26:13 +08:00
added comment to startE2eTests function
This commit is contained in:
@@ -508,6 +508,7 @@ exports.startUnitTest = async () => {
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/** Start end-to-end tests */
|
||||||
exports.startE2eTests = async () => {
|
exports.startE2eTests = async () => {
|
||||||
console.log("Starting unit test...");
|
console.log("Starting unit test...");
|
||||||
const npm = /^win/.test(process.platform) ? "npm.cmd" : "npm";
|
const npm = /^win/.test(process.platform) ? "npm.cmd" : "npm";
|
||||||
|
|||||||
Reference in New Issue
Block a user