blob: c35696a05259419c5d521955293527fe348fb3a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[submodule "test_util/std"]
path = test_util/std
url = https://github.com/denoland/deno_std
shallow = true
[submodule "test_util/wpt"]
path = test_util/wpt
url = https://github.com/web-platform-tests/wpt.git
[submodule "tools/node_compat/node"]
path = tools/node_compat/node
url = https://github.com/denoland/node_test.git
|