blob: d1fb796d495aed5e110a030e1b4d02f3fd6a4bbc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[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
[submodule "tools/node_compat/node"]
path = tools/node_compat/node
url = https://github.com/denoland/node_test.git
|