setGitHooksFolder static method

  1. @visibleForTesting
void setGitHooksFolder(
  1. String path
)

test create git hooks file

Implementation

@visibleForTesting
static void setGitHooksFolder(String path) {
  _gitHookFolder = '$path/';
}