summaryrefslogtreecommitdiff
path: root/cli/lsp/tsc.rs
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2022-09-20 07:00:01 +1000
committerGitHub <noreply@github.com>2022-09-20 07:00:01 +1000
commit73e89844bab930f2a2821b059743faed8372ed14 (patch)
tree7d6e8ef6736e41fd98293d533208b5ebb404c5b6 /cli/lsp/tsc.rs
parent79aee3668db88be00673e920d4924626831aff88 (diff)
feat(cli): update to TypeScript 4.8 (#15064)
Diffstat (limited to 'cli/lsp/tsc.rs')
-rw-r--r--cli/lsp/tsc.rs2
1 files changed, 1 insertions, 1 deletions
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;