1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-31 11:34:15 -05:00
denoland-deno/tests/testdata/npm/registry/@denotest
Matt Mastracci f5e46c9bf2
chore: move cli/tests/ -> tests/ (#22369)
This looks like a massive PR, but it's only a move from cli/tests ->
tests, and updates of relative paths for files.

This is the first step towards aggregate all of the integration test
files under tests/, which will lead to a set of integration tests that
can run without the CLI binary being built.

While we could leave these tests under `cli`, it would require us to
keep a more complex directory structure for the various test runners. In
addition, we have a lot of complexity to ignore various test files in
the `cli` project itself (cargo publish exclusion rules, autotests =
false, etc).

And finally, the `tests/` folder will eventually house the `test_ffi`,
`test_napi` and other testing code, reducing the size of the root repo
directory.

For easier review, the extremely large and noisy "move" is in the first
commit (with no changes -- just a move), while the remainder of the
changes to actual files is in the second commit.
2024-02-10 20:22:13 +00:00
..
bin chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
binary-package/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
binary-package-linux/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
binary-package-mac/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
binary-package-windows/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
breaking-change-between-versions chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
builtin-module-module/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
CAPITALS/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
check-error/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
child-process-fork/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
cjs-default-export/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
cjs-invalid-name-exports/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
cjs-local-global-decls/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
cjs-module-export-assignment/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
cjs-module-export-assignment-number/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
cjs-reexport-collision/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
cjs-require-esm-error/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
cjs-this-in-exports/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
cjs-with-file-stem/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
conditional-exports/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
conditional-exports-strict/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
create-require/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
d-ext/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
different-nested-dep/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
different-nested-dep-child chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
dual-cjs-esm/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
dual-cjs-esm-dep/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
dual-cjs-esm-dep-missing/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
dynamic-import/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
env-var-re-export/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
esm-basic/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
esm-import-cjs-default/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
file-dts-dmts-dcts/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
globals/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
imports-package-json/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
MixedCase/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
no-types-cjs/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
no-types-in-conditional-exports/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
non-existent-dep/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
non-existent-dep-version/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
peer-dep-test-child chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
peer-dep-test-grandchild/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
peer-dep-test-peer chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
permissions-outside-package/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
require-added-nm-folder/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
reserved-word-exports/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
special-chars-in-bin-name/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
sub-folders/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
types/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
types-ambient/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
types-entry-value-not-exists/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
types-exports-import-types/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
types-exports-subpaths/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
types-no-types-entry/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
types_imported/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
typescript-file/1.0.0 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00