From d21d1f24459234220bcdddd1164bacaf4249f671 Mon Sep 17 00:00:00 2001 From: Amandus Butzer Date: Thu, 26 Jan 2023 16:03:53 +0100 Subject: [PATCH] build: Move mock data to cypress/fixtures --- {tests/integration/mockups => cypress/fixtures}/build-map-data.js | 0 {tests/integration/mockups => cypress/fixtures}/map-view-data.js | 0 {tests/integration/mockups => cypress/fixtures}/map-view-props.js | 0 {tests/integration/mockups => cypress/fixtures}/ors-route.geojson | 0 {tests/integration/mockups => cypress/fixtures}/ors-route.gpx | 0 {tests/integration/mockups => cypress/fixtures}/ors-route.json | 0 {tests/integration/mockups => cypress/fixtures}/ors-route.kml | 0 {tests/integration/mockups => cypress/fixtures}/ors-route.txt | 0 {tests/integration/mockups => cypress/fixtures}/ors-route.xml.txt | 0 {tests/integration/mockups => cypress/fixtures}/places.js | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename {tests/integration/mockups => cypress/fixtures}/build-map-data.js (100%) rename {tests/integration/mockups => cypress/fixtures}/map-view-data.js (100%) rename {tests/integration/mockups => cypress/fixtures}/map-view-props.js (100%) rename {tests/integration/mockups => cypress/fixtures}/ors-route.geojson (100%) rename {tests/integration/mockups => cypress/fixtures}/ors-route.gpx (100%) rename {tests/integration/mockups => cypress/fixtures}/ors-route.json (100%) rename {tests/integration/mockups => cypress/fixtures}/ors-route.kml (100%) rename {tests/integration/mockups => cypress/fixtures}/ors-route.txt (100%) rename {tests/integration/mockups => cypress/fixtures}/ors-route.xml.txt (100%) rename {tests/integration/mockups => cypress/fixtures}/places.js (100%) diff --git a/tests/integration/mockups/build-map-data.js b/cypress/fixtures/build-map-data.js similarity index 100% rename from tests/integration/mockups/build-map-data.js rename to cypress/fixtures/build-map-data.js diff --git a/tests/integration/mockups/map-view-data.js b/cypress/fixtures/map-view-data.js similarity index 100% rename from tests/integration/mockups/map-view-data.js rename to cypress/fixtures/map-view-data.js diff --git a/tests/integration/mockups/map-view-props.js b/cypress/fixtures/map-view-props.js similarity index 100% rename from tests/integration/mockups/map-view-props.js rename to cypress/fixtures/map-view-props.js diff --git a/tests/integration/mockups/ors-route.geojson b/cypress/fixtures/ors-route.geojson similarity index 100% rename from tests/integration/mockups/ors-route.geojson rename to cypress/fixtures/ors-route.geojson diff --git a/tests/integration/mockups/ors-route.gpx b/cypress/fixtures/ors-route.gpx similarity index 100% rename from tests/integration/mockups/ors-route.gpx rename to cypress/fixtures/ors-route.gpx diff --git a/tests/integration/mockups/ors-route.json b/cypress/fixtures/ors-route.json similarity index 100% rename from tests/integration/mockups/ors-route.json rename to cypress/fixtures/ors-route.json diff --git a/tests/integration/mockups/ors-route.kml b/cypress/fixtures/ors-route.kml similarity index 100% rename from tests/integration/mockups/ors-route.kml rename to cypress/fixtures/ors-route.kml diff --git a/tests/integration/mockups/ors-route.txt b/cypress/fixtures/ors-route.txt similarity index 100% rename from tests/integration/mockups/ors-route.txt rename to cypress/fixtures/ors-route.txt diff --git a/tests/integration/mockups/ors-route.xml.txt b/cypress/fixtures/ors-route.xml.txt similarity index 100% rename from tests/integration/mockups/ors-route.xml.txt rename to cypress/fixtures/ors-route.xml.txt diff --git a/tests/integration/mockups/places.js b/cypress/fixtures/places.js similarity index 100% rename from tests/integration/mockups/places.js rename to cypress/fixtures/places.js