Skip to content

Commit

Permalink
#1607 Added missing test:unit and test:integration scripts to test-scan
Browse files Browse the repository at this point in the history
i.e ~/tests/integration/package.json
Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
  • Loading branch information
Ilyesbdlala committed Jul 4, 2023
1 parent 527a5c2 commit 601d350
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/package.json
Expand Up @@ -4,7 +4,8 @@
"description": "Integration Tests running on a real k8s cluster",
"main": "helpers",
"scripts": {
"test": "jest"
"test:unit": "jest --verbose --testPathIgnorePatterns /integration-tests/ --ci --colors --coverage --passWithNoTests",
"test:integration": "jest --verbose --ci --colors --coverage --passWithNoTests"
},
"keywords": [],
"author": "iteratec GmbH",
Expand Down

0 comments on commit 601d350

Please sign in to comment.