You've already forked sap-jenkins-library
mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-07-17 01:42:43 +02:00
chore(npmExecuteScripts): unit tests (#3597)
This commit is contained in:
@ -57,11 +57,7 @@ type ExecRunner interface {
|
||||
|
||||
// Utils interface for mocking
|
||||
type Utils interface {
|
||||
Chdir(path string) error
|
||||
FileExists(filename string) (bool, error)
|
||||
FileRead(path string) ([]byte, error)
|
||||
Getwd() (string, error)
|
||||
Glob(pattern string) (matches []string, err error)
|
||||
piperutils.FileUtils
|
||||
|
||||
GetExecRunner() ExecRunner
|
||||
}
|
||||
|
Reference in New Issue
Block a user