Skip to content

Commit

Permalink
Move test file -- weird backend setup
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewballantyne committed Sep 6, 2024
1 parent e344d82 commit f3b792b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
Expand Down

0 comments on commit f3b792b

Please sign in to comment.