diff --git a/test/package.json b/test/package.json index 7af42dff..7e882e6d 100644 --- a/test/package.json +++ b/test/package.json @@ -24,7 +24,7 @@ "cypress": "HTTP_PROXY=127.0.0.1:8128 HTTPS_PROXY=127.0.0.1:8128 cypress open --config-file=cypress/config/ci.js", "cypress:headless": "HTTP_PROXY=127.0.0.1:8128 HTTPS_PROXY=127.0.0.1:8128 cypress run --config-file=cypress/config/ci.js", "cypress:dev": "cypress run --config-file=cypress/config/dev.js", - "swagger-lint": "vacuum lint -b -q -d -a -n=warn" + "swagger-lint": "vacuum lint -b -q -d -a --no-clip -n=warn" }, "author": "", "license": "ISC"