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 assert from 'assert'
import * as refHelper from '../lib/ref-helper'
import {IGitCommandManager} from '../lib/git-command-manager'
import * as refHelper from '../src/ref-helper'
import {IGitCommandManager} from '../src/git-command-manager'
const commit = '1234567890123456789012345678901234567890'
let git: IGitCommandManager