mirror of
https://github.com/denoland/deno.git
synced 2026-03-28 06:32:37 +00:00
1. Does some `lint`, `build` jobs along with a `bench` job. 2. `build` jobs go into `test`, `wpt`, and `publish` jobs. 3. Test jobs are broken up into `integration`, `specs`, `unit`, `unit_node`, and `node_compat`.
18 lines
570 B
Plaintext
18 lines
570 B
Plaintext
[submodule "tests/util/std"]
|
|
path = tests/util/std
|
|
url = https://github.com/denoland/deno_std
|
|
shallow = true
|
|
[submodule "tests/wpt/suite"]
|
|
path = tests/wpt/suite
|
|
url = https://github.com/web-platform-tests/wpt.git
|
|
shallow = true
|
|
[submodule "tests/node_compat/runner/suite"]
|
|
path = tests/node_compat/runner/suite
|
|
url = https://github.com/denoland/node_test.git
|
|
shallow = true
|
|
ignore = untracked
|
|
[submodule "tests/bench/testdata/lsp_benchdata"]
|
|
path = tests/bench/testdata/lsp_benchdata
|
|
url = https://github.com/denoland/deno_lsp_benchdata.git
|
|
shallow = true
|