From b312279e58e51520a38e51cca317a09cdadd7cb4 Mon Sep 17 00:00:00 2001 From: Satya Rohith Date: Wed, 28 Sep 2022 17:41:12 +0530 Subject: feat: implement Web Cache API (#15829) --- cli/lsp/tsc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/lsp') diff --git a/cli/lsp/tsc.rs b/cli/lsp/tsc.rs index 3560ca547..e198c4fb8 100644 --- a/cli/lsp/tsc.rs +++ b/cli/lsp/tsc.rs @@ -3775,7 +3775,7 @@ mod tests { // You might have found this assertion starts failing after upgrading TypeScript. // Just update the new number of assets (declaration files) for this number. - assert_eq!(assets.len(), 70); + assert_eq!(assets.len(), 71); // get some notification when the size of the assets grows let mut total_size = 0; -- cgit v1.2.3