feat(cli): update to TypeScript 4.8 (#15064)

This commit is contained in:
Kitson Kelly 2022-09-20 07:00:01 +10:00 committed by GitHub
parent 79aee3668d
commit 73e89844ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 9863 additions and 5280 deletions

View file

@ -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;