fix tests
This commit is contained in:
@@ -13,7 +13,7 @@ import { randomBytes } from 'crypto'
|
||||
|
||||
import Vhd, { chainVhd, createSyntheticStream, mergeVhd as vhdMerge } from '.'
|
||||
|
||||
import { SECTOR_SIZE } from './src/_constants'
|
||||
import { SECTOR_SIZE } from './_constants'
|
||||
|
||||
let tempDir = null
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ import { pipeline } from 'readable-stream'
|
||||
|
||||
import { createReadableRawStream, createReadableSparseStream } from './'
|
||||
|
||||
import { createFooter } from './src/_createFooterHeader'
|
||||
import { createFooter } from './_createFooterHeader'
|
||||
|
||||
let tempDir = null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user