0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-02 20:55:35 -05:00
denoland-deno/cli/tests
Bartek Iwańczuk 3f031ad9af
BREAKING(ext/fs): FileInfo.dev is defined on Windows (#18237)
Addresses feedback from
https://github.com/denoland/deno/pull/18073#issuecomment-1471480385.

Reverts changes to `FileInfo` fields that are not available on Windows
making them `null`. Only `FileInfo.dev` is non-null.
2023-03-17 00:14:56 +01:00
..
integration fix(repl): Hide indexable properties in tab completion (#18141) 2023-03-16 19:46:50 +00:00
node_compat test: parallelize applicable node compat tests (#18161) 2023-03-14 16:56:06 +09:00
testdata chore(tests): fix flaky test_no_lock (#18206) 2023-03-16 00:03:36 +09:00
unit BREAKING(ext/fs): FileInfo.dev is defined on Windows (#18237) 2023-03-17 00:14:56 +01:00
unit_node fix(ext/node): resource leak in createHmac (#18229) 2023-03-16 22:25:12 +01:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00