deno/tests
David Sherret 40089b37c0
fix(publish): include explicitly specified .gitignored files and directories (#22790)
This allows explicitly overriding a .gitignore by specifying files and
directories in "include". This does not apply to globs in an include as
files matching those will still be gitignored. Additionally,
individually gitignored files within an included directory will still be
ignored.
2024-03-08 05:46:06 +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(publish): include explicitly specified .gitignored files and directories (#22790) 2024-03-08 05:46:06 +00:00
napi chore: move test_ffi and test_nap to tests/ [WIP] (#22394) 2024-02-12 13:46:50 -07:00
node_compat chore(tests): Remove vestiges of cli/tests folder (#22712) 2024-03-05 13:49:21 -07:00
testdata fix: respect unstable "temporal" configuration in config file (#22134) 2024-03-08 01:32:11 +01:00
unit fix(ext/node): http2.createServer (#22708) 2024-03-07 19:28:46 +05:30
unit_node feat(ext/node): ref/unref on workers (#22778) 2024-03-07 18:51:19 -07:00
util fix(publish): reland error if there are uncommitted changes (#22613) (#22632) 2024-03-07 22:13:36 +01:00
wpt chore: move tools/wpt to tests/wpt/runner (#22545) 2024-03-05 00:41:16 +00:00
Cargo.toml chore: continue tests/ re-org (#22396) 2024-02-12 17:13:14 -07:00
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