mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 21:53:42 -06:00
If there is a test.json in the directory, it expects to find a submodule in the directory. The submodule should have the same name as the directory itself. test.json contains a list of global types that need to be available, or the empty list if none.
7 lines
433 B
Plaintext
7 lines
433 B
Plaintext
[submodule "tests/cases/user/TypeScript-React-Starter/TypeScript-React-Starter"]
|
|
path = tests/cases/user/TypeScript-React-Starter/TypeScript-React-Starter
|
|
url = https://github.com/Microsoft/TypeScript-React-Starter
|
|
[submodule "tests/cases/user/TypeScript-Node-Starter/TypeScript-Node-Starter"]
|
|
path = tests/cases/user/TypeScript-Node-Starter/TypeScript-Node-Starter
|
|
url = https://github.com/Microsoft/TypeScript-Node-Starter.git
|