We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68ee7a5 commit e81d788Copy full SHA for e81d788
1 file changed
tests/integration/package.json
@@ -4,7 +4,8 @@
4
"description": "Integration Tests running on a real k8s cluster",
5
"main": "helpers",
6
"scripts": {
7
- "test": "jest"
+ "test:unit": "jest --verbose --testPathIgnorePatterns /integration-tests/ --ci --colors --coverage --passWithNoTests",
8
+ "test:integration": "jest --verbose --ci --colors --coverage --passWithNoTests"
9
},
10
"keywords": [],
11
"author": "iteratec GmbH",
0 commit comments