fix tests

This commit is contained in:
Hazel 2024-01-29 15:16:33 +00:00
parent de540e1926
commit fc0a6fcb57
No known key found for this signature in database
GPG key ID: C7C5A3D1A085B70F
8 changed files with 275 additions and 310 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()