From faee0e3ddc76a59de49f98f79f02e26793285f9d Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Sat, 22 Jul 2023 21:10:38 +0200 Subject: [PATCH] chore(tests): move setState test to separate dir --- tests/cypress/component/1-store/{ => state}/setState.cy.ts | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/cypress/component/1-store/{ => state}/setState.cy.ts (100%) diff --git a/tests/cypress/component/1-store/setState.cy.ts b/tests/cypress/component/1-store/state/setState.cy.ts similarity index 100% rename from tests/cypress/component/1-store/setState.cy.ts rename to tests/cypress/component/1-store/state/setState.cy.ts