From f3b792b94049fac9e95134a54a7b2be92c6f64cb Mon Sep 17 00:00:00 2001 From: Andrew Ballantyne Date: Fri, 6 Sep 2024 14:55:01 -0400 Subject: [PATCH] Move test file -- weird backend setup --- .../src/{routes/api/images => }/__tests__/imageUtils.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename backend/src/{routes/api/images => }/__tests__/imageUtils.spec.ts (96%) diff --git a/backend/src/routes/api/images/__tests__/imageUtils.spec.ts b/backend/src/__tests__/imageUtils.spec.ts similarity index 96% rename from backend/src/routes/api/images/__tests__/imageUtils.spec.ts rename to backend/src/__tests__/imageUtils.spec.ts index 39ec6fc8cd..e1b96ed08d 100644 --- a/backend/src/routes/api/images/__tests__/imageUtils.spec.ts +++ b/backend/src/__tests__/imageUtils.spec.ts @@ -4,7 +4,7 @@ // LOCATION-docker.pkg.dev/PROJECT-ID/REPOSITORY/IMAGE:TAG // LOCATION-docker.pkg.dev/PROJECT-ID/REPOSITORY/IMAGE@IMAGE-DIGEST -import { IMAGE_URL_REGEXP } from '../imageUtils'; +import { IMAGE_URL_REGEXP } from '../routes/api/images/imageUtils'; describe('IMAGE_URL_REGEXP', () => { test('Invalid URL', () => {