# Functions
NewExecutor instantiates Execute struct and sets executeOptions.
No description provided by the author
NewNpmMockUtilsBundle creates an instance of NpmMockUtilsBundle.
No description provided by the author
# Structs
Execute struct holds utils to enable mocking and common parameters.
ExecutorOptions holds common parameters for functions of Executor.
NpmConfig holds the config parameters needed for checking if the function is called with correct parameters.
NpmExecutorMock mocking struct.
No description provided by the author
NpmMockUtilsBundle for mocking.
No description provided by the author
# Interfaces
ExecRunner interface to enable mocking for testing.
Executor interface to enable mocking for testing.
Utils interface for mocking.