deno/tests
Nathan Whitaker 672216d65a
fix(lsp): Pass diagnostic codes to TSC as numbers (#23720)
Fixes the `Debug Failure` errors described in
https://github.com/denoland/deno/issues/23643#issuecomment-2094552765 .

The issue here was that we were passing diagnostic codes as strings but
TSC expects the codes to be numbers. This resulted in some quick fixes
not working (as illustrated by the test added here which fails before
this PR).

The first commit is the actual fix. The rest are just test related.
2024-05-06 23:54:52 +00:00
..
config chore: move test_util/std to tests/util/std (#22402) 2024-02-13 09:22:49 -07:00
ffi chore: move test_ffi and test_nap to tests/ [WIP] (#22394) 2024-02-12 13:46:50 -07:00
integration fix(lsp): Pass diagnostic codes to TSC as numbers (#23720) 2024-05-06 23:54:52 +00:00
napi fix(ext/node): napi_get_element and napi_set_element work with objects (#23713) 2024-05-06 21:22:50 +02:00
node_compat test: fix node_compat_test (#23446) 2024-04-19 01:42:18 +02:00
specs fix(compile): relative permissions should be retained as relative (#23719) 2024-05-06 19:21:58 -04:00
testdata refactor(tests): move worker_threads itests to spec tests (#23648) 2024-05-03 05:52:47 +00:00
unit fix(ext/webgpu): correctly validate GPUExtent3D, GPUOrigin3D, GPUOrigin2D & GPUColor (#23413) 2024-05-06 06:26:25 -07:00
unit_node fix(ext/node): support delete process.env.var (#23647) 2024-05-02 06:40:22 +00:00
util fix(lsp): Pass diagnostic codes to TSC as numbers (#23720) 2024-05-06 23:54:52 +00:00
wpt fix: Float16Array support (#23512) 2024-04-23 22:54:19 +02:00
Cargo.toml chore(tests/specs): ability to have sub tests in file (#23667) 2024-05-03 10:19:42 +05:30
lib.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
README.md chore: continue tests/ re-org (#22396) 2024-02-12 17:13:14 -07:00

Deno Integration Tests