diff --git a/.gitignore b/.gitignore index ccfa943d5bbd66..c3fefd935eabe1 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,7 @@ /package-lock.json *.pyc renovate-0.0.0-semantic-release.tgz -/e2e/node_modules +/test/e2e/node_modules .eslintcache junit.xml /test-results diff --git a/package.json b/package.json index 26200f6d77e103..c472a3b2bf2a80 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "release": "node --experimental-modules tools/release.mjs", "start": "babel-node --extensions \".ts,.js\" -- lib/renovate.ts", "test-dirty": "git diff --exit-code", - "test-e2e": "npm pack && cd e2e && yarn install --no-lockfile --ignore-optional --prod && yarn test", + "test-e2e": "npm pack && cd test/e2e && yarn install --no-lockfile --ignore-optional --prod && yarn test", "test-schema": "babel-node --extensions \".ts,.js\" -- test/json-schema.ts", "test": "run-s lint test-schema type-check jest", "tsc": "tsc", diff --git a/e2e/package.json b/test/e2e/package.json similarity index 85% rename from e2e/package.json rename to test/e2e/package.json index 7774061760230b..9051c9b567e9cb 100644 --- a/e2e/package.json +++ b/test/e2e/package.json @@ -6,7 +6,7 @@ "test": "renovate --version && renovate-config-validator" }, "dependencies": { - "renovate": "../renovate-0.0.0-semantic-release.tgz" + "renovate": "../../renovate-0.0.0-semantic-release.tgz" }, "renovate-config": { "default": {