Refactor: reuse getArtifactUploaderClient in start-proxy-action

This commit is contained in:
Angela P Wen
2024-09-26 13:41:28 -07:00
parent ce99e3489b
commit 0c5c594f45
9 changed files with 62 additions and 81 deletions
+1 -1
View File
@@ -29,9 +29,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
const ava_1 = __importDefault(require("ava"));
const debugArtifacts = __importStar(require("./debug-artifacts"));
const feature_flags_1 = require("./feature-flags");
const logging_1 = require("./logging");
const testing_utils_1 = require("./testing-utils");
const util_1 = require("./util");
const logging_1 = require("./logging");
(0, ava_1.default)("sanitizeArtifactName", (t) => {
t.deepEqual(debugArtifacts.sanitizeArtifactName("hello-world_"), "hello-world_");
t.deepEqual(debugArtifacts.sanitizeArtifactName("hello`world`"), "helloworld");