@@ -10,18 +10,13 @@ const applicationBPath = path.join(__dirname, "..", "..", "fixtures", "applicati
1010const applicationCPath = path . join ( __dirname , ".." , ".." , "fixtures" , "application.c" ) ;
1111const libraryAPath = path . join ( __dirname , ".." , ".." , "fixtures" , "collection" , "library.a" ) ;
1212const libraryBPath = path . join ( __dirname , ".." , ".." , "fixtures" , "collection" , "library.b" ) ;
13- // const libraryCPath = path.join(__dirname, "..", "..", "fixtures", "collection", "library.c");
1413const libraryDPath = path . join ( __dirname , ".." , ".." , "fixtures" , "library.d" ) ;
1514const cycleDepsBasePath = path . join ( __dirname , ".." , ".." , "fixtures" , "cyclic-deps" , "node_modules" ) ;
1615const pathToInvalidModule = path . join ( __dirname , ".." , ".." , "fixtures" , "invalidModule" ) ;
1716
1817const legacyLibraryAPath = path . join ( __dirname , ".." , "fixtures" , "legacy.library.a" ) ;
1918const legacyLibraryBPath = path . join ( __dirname , ".." , "fixtures" , "legacy.library.b" ) ;
2019const legacyCollectionAPath = path . join ( __dirname , ".." , "fixtures" , "legacy.collection.a" ) ;
21- const legacyCollectionLibraryX = path . join ( __dirname , ".." , "fixtures" , "legacy.collection.a" ,
22- "src" , "legacy.library.x" ) ;
23- const legacyCollectionLibraryY = path . join ( __dirname , ".." , "fixtures" , "legacy.collection.a" ,
24- "src" , "legacy.library.y" ) ;
2520
2621test . beforeEach ( ( t ) => {
2722 const sinon = t . context . sinon = sinonGlobal . createSandbox ( ) ;
0 commit comments