chore: move files around for ease

This commit is contained in:
blam
2021-02-05 10:46:18 +01:00
parent b3790710d6
commit a94f5f9506
3 changed files with 10 additions and 10 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"baseUrl": "http://localhost:7000",
"integrationFolder": "./src/cypress/integration",
"supportFile": "./src/cypress/support",
"fixturesFolder": "./src/cypress/fixures",
"pluginFile": "./src/cypress/plugins",
"defaultCommandTimeout": 10000
}
-8
View File
@@ -1,8 +0,0 @@
{
"baseUrl": "http://localhost:7000",
"integrationFolder": "./cypress/integration",
"supportFile": "./cypress/support",
"fixturesFolder": "./cypress/fixures",
"pluginFile": "./cypress/plugins",
"defaultCommandTimeout": 10000
}