1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00

Add karma command

This commit is contained in:
OliverNocon 2019-10-30 09:20:25 +01:00
parent a5548ab443
commit b6884832ba

View File

@ -39,6 +39,7 @@ var generalConfig generalConfigOptions
func Execute() {
rootCmd.AddCommand(ConfigCommand())
rootCmd.AddCommand(KarmaExecuteTestsCommand())
addRootFlags(rootCmd)
if err := rootCmd.Execute(); err != nil {