File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/// <reference path="../harness.ts" />
22/// <reference path="./tsserverProjectSystem.ts" />
3- /// <reference path="../../server/typingsInstaller/typingsInstaller.ts" />
3+ /// <reference path="../../server/typingsInstaller/typingsInstaller.ts" />import { deepEqual } from "assert";import { deepEqual } from "assert";
4+
5+
6+
7+
48
59namespace ts . projectSystem {
610 import TI = server . typingsInstaller ;
@@ -1117,6 +1121,7 @@ namespace ts.projectSystem {
11171121
11181122 checkNumberOfProjects ( projectService , { inferredProjects : 1 } ) ;
11191123 checkProjectActualFiles ( p , [ file1 . path , jquery . path ] ) ;
1124+ assert ( host . readFile ( timestamps . path ) !== JSON . stringify ( { entries : { "@types/jquery" : date . getTime ( ) } } ) , "timestamps content should be updated" ) ;
11201125 } ) ;
11211126
11221127 it ( "non-expired cache entry (inferred project, should not install typings)" , ( ) => {
You can’t perform that action at this time.
0 commit comments