This commit is contained in:
Nicolas Schweitzer 2026-01-10 01:41:19 +05:30 committed by GitHub
commit d7b8630b50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 87 additions and 20 deletions

View file

@ -1,6 +1,6 @@
import * as exec from '@actions/exec'
import * as fshelper from '../lib/fs-helper'
import * as commandManager from '../lib/git-command-manager'
import * as fshelper from '../src/fs-helper'
import * as commandManager from '../src/git-command-manager'
let git: commandManager.IGitCommandManager
let mockExec = jest.fn()