diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-12-07 12:59:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-07 12:59:59 -0500 |
commit | f4385866f89e0abd3f5f1b0281abf00f1c562be9 (patch) | |
tree | 3400cc38b77f1217250d671481a4113e141a80f9 /cli/tests/lsp_tests.rs | |
parent | 791e623c321dd9cc73263a64aa848af0111a812b (diff) |
feat: upgrade to TypeScript 4.9.3 (#16973)
Updated from: https://github.com/denoland/TypeScript/pull/2
Diffstat (limited to 'cli/tests/lsp_tests.rs')
-rw-r--r-- | cli/tests/lsp_tests.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/lsp_tests.rs b/cli/tests/lsp_tests.rs index a28b1757a..066f3efa8 100644 --- a/cli/tests/lsp_tests.rs +++ b/cli/tests/lsp_tests.rs @@ -1426,7 +1426,7 @@ mod lsp { "language": "typescript", "value": "(method) DateConstructor.now(): number", }, - "" + "Returns the number of milliseconds elapsed since midnight, January 1, 1970 Universal Coordinated Time (UTC)." ], "range": { "start": { @@ -1464,7 +1464,7 @@ mod lsp { "language": "typescript", "value": "(method) DateConstructor.now(): number", }, - "" + "Returns the number of milliseconds elapsed since midnight, January 1, 1970 Universal Coordinated Time (UTC)." ], "range": { "start": { |