diff --git a/backend/package.json b/backend/package.json index 6e995407a..a3f03f1fb 100644 --- a/backend/package.json +++ b/backend/package.json @@ -10,7 +10,7 @@ "dev:debug": "nodemon --exec babel-node --inspect=0.0.0.0:9229 src/index.js -e js,graphql", "lint": "eslint src --config .eslintrc.js", "test": "run-s test:jest test:cucumber", - "test:before:server": "cross-env GRAPHQL_URI=http://localhost:4123 GRAPHQL_PORT=4123 yarn run dev 2> /dev/null", + "test:before:server": "cross-env GRAPHQL_URI=http://localhost:4123 GRAPHQL_PORT=4123 yarn run dev", "test:before:seeder": "cross-env GRAPHQL_URI=http://localhost:4001 GRAPHQL_PORT=4001 DISABLED_MIDDLEWARES=permissions,activityPub yarn run dev", "test:jest:cmd": "wait-on tcp:4001 tcp:4123 && jest --forceExit --detectOpenHandles --runInBand", "test:cucumber:cmd": "wait-on tcp:4001 tcp:4123 && cucumber-js --require-module @babel/register --exit test/", @@ -94,4 +94,4 @@ "nodemon": "~1.18.11", "supertest": "~4.0.2" } -} +} \ No newline at end of file diff --git a/cypress/integration/06.Search.feature b/cypress/integration/05.Search.feature similarity index 100% rename from cypress/integration/06.Search.feature rename to cypress/integration/05.Search.feature diff --git a/package.json b/package.json index be1e4a90d..b22dd158c 100644 --- a/package.json +++ b/package.json @@ -25,4 +25,4 @@ "neo4j-driver": "^1.7.3", "npm-run-all": "^4.1.5" } -} +} \ No newline at end of file