Move variant analysis results zip to be next to tests
This commit is contained in:
@@ -220,7 +220,7 @@ describe("Variant Analysis Manager", () => {
|
||||
|
||||
const sourceFilePath = join(
|
||||
__dirname,
|
||||
"../../cli-integration/data/variant-analysis-results.zip",
|
||||
"data/variant-analysis-results.zip",
|
||||
);
|
||||
const fileContents = fs.readFileSync(sourceFilePath);
|
||||
const response = new Response(Readable.from(fileContents));
|
||||
|
||||
@@ -95,7 +95,7 @@ describe(VariantAnalysisResultsManager.name, () => {
|
||||
beforeEach(async () => {
|
||||
const sourceFilePath = join(
|
||||
__dirname,
|
||||
"../../cli-integration/data/variant-analysis-results.zip",
|
||||
"data/variant-analysis-results.zip",
|
||||
);
|
||||
fileContents = fs.readFileSync(sourceFilePath);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user