@@ -1541,27 +1541,15 @@ namespace ts.projectSystem {
15411541 path : "/scripts/Office/1/powerpoint.js" ,
15421542 content : "unspecified"
15431543 } ;
1544- const datatablesFile1 = {
1545- path : "/js/jquery.datatables.js" ,
1546- content : "unspecified"
1547- } ;
1548- const datatablesFile2 = {
1549- path : "/js/datatables.js" ,
1550- content : "unspecified"
1551- } ;
1552- const datatablesFile3 = {
1553- path : "/js/datatables.all.min.js" ,
1554- content : "unspecified"
1555- } ;
15561544
1557- const files = [ file1 , minFile , kendoFile1 , kendoFile2 , kendoFile3 , officeFile1 , officeFile2 , datatablesFile1 , datatablesFile2 , datatablesFile3 ] ;
1545+ const files = [ file1 , minFile , kendoFile1 , kendoFile2 , kendoFile3 , officeFile1 , officeFile2 ] ;
15581546 const host = createServerHost ( files ) ;
15591547 const projectService = createProjectService ( host ) ;
15601548 try {
15611549 projectService . openExternalProject ( { projectFileName : "project" , options : { } , rootFiles : toExternalFiles ( files . map ( f => f . path ) ) } ) ;
15621550 const proj = projectService . externalProjects [ 0 ] ;
15631551 assert . deepEqual ( proj . getFileNames ( /*excludeFilesFromExternalLibraries*/ true ) , [ file1 . path ] ) ;
1564- assert . deepEqual ( proj . getTypeAcquisition ( ) . include , [ "kendo-ui" , "office" , "datatables.net" ] ) ;
1552+ assert . deepEqual ( proj . getTypeAcquisition ( ) . include , [ "kendo-ui" , "office" ] ) ;
15651553 } finally {
15661554 projectService . resetSafeList ( ) ;
15671555 }
0 commit comments