Skip to content

Commit fec8b3b

Browse files
committed
Show full swagger validation errors in tests
1 parent d18c8cf commit fec8b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"cypress": "HTTP_PROXY=127.0.0.1:8128 HTTPS_PROXY=127.0.0.1:8128 cypress open --config-file=cypress/config/ci.js",
2525
"cypress:headless": "HTTP_PROXY=127.0.0.1:8128 HTTPS_PROXY=127.0.0.1:8128 cypress run --config-file=cypress/config/ci.js",
2626
"cypress:dev": "cypress run --config-file=cypress/config/dev.js",
27-
"swagger-lint": "vacuum lint -b -q -d -a -n=warn"
27+
"swagger-lint": "vacuum lint -b -q -d -a --no-clip -n=warn"
2828
},
2929
"author": "",
3030
"license": "ISC"

0 commit comments

Comments
 (0)