fix: test skipped by mistake

This commit is contained in:
hai-x 2025-04-22 23:30:49 +08:00
parent f8eee102c2
commit 52db187532
3 changed files with 3 additions and 9 deletions

View File

@ -1,5 +1,3 @@
module.exports = function (config) { module.exports = function (config) {
if (config.target !== "web") { return config.target === "web";
return false;
}
}; };

View File

@ -1,5 +1,3 @@
module.exports = function (config) { module.exports = function (config) {
if (config.target !== "web") { return config.target === "web";
return false;
}
}; };

View File

@ -1,5 +1,3 @@
module.exports = function (config) { module.exports = function (config) {
if (config.target !== "web") { return config.target === "web";
return false;
}
}; };