From fb1038548e18cd2eff11f334ab5cb693c8b495a4 Mon Sep 17 00:00:00 2001 From: Angel Mendez Date: Fri, 29 Dec 2023 01:47:39 -0600 Subject: [PATCH] [MM-47961] Migrate /support/assertions.js e2e tests file to TypeScript (#25731) --- e2e-tests/cypress/tests/support/{assertions.js => assertions.ts} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename e2e-tests/cypress/tests/support/{assertions.js => assertions.ts} (100%) diff --git a/e2e-tests/cypress/tests/support/assertions.js b/e2e-tests/cypress/tests/support/assertions.ts similarity index 100% rename from e2e-tests/cypress/tests/support/assertions.js rename to e2e-tests/cypress/tests/support/assertions.ts