From 73e89844bab930f2a2821b059743faed8372ed14 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Tue, 20 Sep 2022 07:00:01 +1000 Subject: feat(cli): update to TypeScript 4.8 (#15064) --- 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 384a2d181..3560ca547 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(), 69); + assert_eq!(assets.len(), 70); // get some notification when the size of the assets grows let mut total_size = 0; -- cgit v1.2.3