77 decodeSourceArchiveUri ,
88 ZipFileReference ,
99 zipArchiveScheme ,
10- } from "../../../src/archive-filesystem-provider" ;
10+ } from "../../../../../ src/common/vscode /archive-filesystem-provider" ;
1111import { FileType , FileSystemError , Uri } from "vscode" ;
1212
1313describe ( "archive-filesystem-provider" , ( ) => {
@@ -16,7 +16,7 @@ describe("archive-filesystem-provider", () => {
1616 const uri = encodeSourceArchiveUri ( {
1717 sourceArchiveZipPath : resolve (
1818 __dirname ,
19- "data/archive-filesystem-provider-test/single_file.zip" ,
19+ "../../ data/archive-filesystem-provider-test/single_file.zip" ,
2020 ) ,
2121 pathWithinSourceArchive : "/aFileName.txt" ,
2222 } ) ;
@@ -29,7 +29,7 @@ describe("archive-filesystem-provider", () => {
2929 const uri = encodeSourceArchiveUri ( {
3030 sourceArchiveZipPath : resolve (
3131 __dirname ,
32- "data/archive-filesystem-provider-test/zip_with_folder.zip" ,
32+ "../../ data/archive-filesystem-provider-test/zip_with_folder.zip" ,
3333 ) ,
3434 pathWithinSourceArchive : "folder1/textFile.txt" ,
3535 } ) ;
@@ -42,7 +42,7 @@ describe("archive-filesystem-provider", () => {
4242 const uri = encodeSourceArchiveUri ( {
4343 sourceArchiveZipPath : resolve (
4444 __dirname ,
45- "data/archive-filesystem-provider-test/zip_with_folder.zip" ,
45+ "../../ data/archive-filesystem-provider-test/zip_with_folder.zip" ,
4646 ) ,
4747 pathWithinSourceArchive : "folder1" ,
4848 } ) ;
@@ -59,7 +59,7 @@ describe("archive-filesystem-provider", () => {
5959 const uri = encodeSourceArchiveUri ( {
6060 sourceArchiveZipPath : resolve (
6161 __dirname ,
62- "data/archive-filesystem-provider-test/zip_with_folder.zip" ,
62+ "../../ data/archive-filesystem-provider-test/zip_with_folder.zip" ,
6363 ) ,
6464 pathWithinSourceArchive : "folder1/not-here" ,
6565 } ) ;
@@ -76,7 +76,7 @@ describe("archive-filesystem-provider", () => {
7676 const uri = encodeSourceArchiveUri ( {
7777 sourceArchiveZipPath : resolve (
7878 __dirname ,
79- "data/archive-filesystem-provider-test/zip_with_folder.zip" ,
79+ "../../ data/archive-filesystem-provider-test/zip_with_folder.zip" ,
8080 ) ,
8181 pathWithinSourceArchive : "folder1/not-here" ,
8282 } ) ;
@@ -93,7 +93,7 @@ describe("archive-filesystem-provider", () => {
9393 const uri = encodeSourceArchiveUri ( {
9494 sourceArchiveZipPath : resolve (
9595 __dirname ,
96- "data/archive-filesystem-provider-test/zip_with_folder.zip" ,
96+ "../../ data/archive-filesystem-provider-test/zip_with_folder.zip" ,
9797 ) ,
9898 pathWithinSourceArchive : "folder1/textFile.txt" ,
9999 } ) ;
@@ -110,7 +110,7 @@ describe("archive-filesystem-provider", () => {
110110 const uri = encodeSourceArchiveUri ( {
111111 sourceArchiveZipPath : resolve (
112112 __dirname ,
113- "data/archive-filesystem-provider-test/zip_with_folder.zip" ,
113+ "../../ data/archive-filesystem-provider-test/zip_with_folder.zip" ,
114114 ) ,
115115 pathWithinSourceArchive : "folder1/folder2" ,
116116 } ) ;
@@ -127,7 +127,7 @@ describe("archive-filesystem-provider", () => {
127127 const uri = encodeSourceArchiveUri ( {
128128 sourceArchiveZipPath : resolve (
129129 __dirname ,
130- "data/archive-filesystem-provider-test/zip_with_folder.zip" ,
130+ "../../ data/archive-filesystem-provider-test/zip_with_folder.zip" ,
131131 ) ,
132132 pathWithinSourceArchive : "folder1/folder2" ,
133133 } ) ;
0 commit comments