Skip to content

Commit e81d788

Browse files
IlyesbdlalaJ12934
authored andcommitted
#1607 Added missing test:unit and test:integration scripts to test-scan
i.e ~/tests/integration/package.json Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
1 parent 68ee7a5 commit e81d788

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/integration/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Integration Tests running on a real k8s cluster",
55
"main": "helpers",
66
"scripts": {
7-
"test": "jest"
7+
"test:unit": "jest --verbose --testPathIgnorePatterns /integration-tests/ --ci --colors --coverage --passWithNoTests",
8+
"test:integration": "jest --verbose --ci --colors --coverage --passWithNoTests"
89
},
910
"keywords": [],
1011
"author": "iteratec GmbH",

0 commit comments

Comments
 (0)