diff options
Diffstat (limited to 'cli/lsp/tsc.rs')
-rw-r--r-- | cli/lsp/tsc.rs | 2 |
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; |