From bd20af7f358e95bb1b39442cab90fe7ab812b254 Mon Sep 17 00:00:00 2001 From: Jan Kaifer Date: Wed, 23 Nov 2022 10:06:33 +0100 Subject: [PATCH] Fix names in test --- .../app/images/test.png | Bin .../app/pages/framer-motion.js} | 0 .../index.test.ts | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename test/e2e/{next-image => next-image-forward-ref}/app/images/test.png (100%) rename test/e2e/{next-image/app/pages/farmer-motion.js => next-image-forward-ref/app/pages/framer-motion.js} (100%) rename test/e2e/{next-image => next-image-forward-ref}/index.test.ts (100%) diff --git a/test/e2e/next-image/app/images/test.png b/test/e2e/next-image-forward-ref/app/images/test.png similarity index 100% rename from test/e2e/next-image/app/images/test.png rename to test/e2e/next-image-forward-ref/app/images/test.png diff --git a/test/e2e/next-image/app/pages/farmer-motion.js b/test/e2e/next-image-forward-ref/app/pages/framer-motion.js similarity index 100% rename from test/e2e/next-image/app/pages/farmer-motion.js rename to test/e2e/next-image-forward-ref/app/pages/framer-motion.js diff --git a/test/e2e/next-image/index.test.ts b/test/e2e/next-image-forward-ref/index.test.ts similarity index 100% rename from test/e2e/next-image/index.test.ts rename to test/e2e/next-image-forward-ref/index.test.ts