mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 21:53:42 -06:00
Add test w/submodules for our starter kits
This commit is contained in:
parent
d66e94d09e
commit
d4c001d47c
9
.gitmodules
vendored
9
.gitmodules
vendored
@ -4,3 +4,12 @@
|
||||
[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
|
||||
[submodule "tests/cases/user/TypeScript-React-Native-Starter/TypeScript-React-Native-Starter"]
|
||||
path = tests/cases/user/TypeScript-React-Native-Starter/TypeScript-React-Native-Starter
|
||||
url = https://github.com/Microsoft/TypeScript-React-Native-Starter.git
|
||||
[submodule "tests/cases/user/TypeScript-Vue-Starter/TypeScript-Vue-Starter"]
|
||||
path = tests/cases/user/TypeScript-Vue-Starter/TypeScript-Vue-Starter
|
||||
url = https://github.com/Microsoft/TypeScript-Vue-Starter.git
|
||||
[submodule "tests/cases/user/TypeScript-WeChat-Starter/TypeScript-WeChat-Starter"]
|
||||
path = tests/cases/user/TypeScript-WeChat-Starter/TypeScript-WeChat-Starter
|
||||
url = https://github.com/Microsoft/TypeScript-WeChat-Starter.git
|
||||
|
||||
3
tests/cases/user/TypeScript-Node-Starter/test.json
Normal file
3
tests/cases/user/TypeScript-Node-Starter/test.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"types": ["jquery"]
|
||||
}
|
||||
@ -0,0 +1 @@
|
||||
Subproject commit 2c62f5a4ea51978e3715b475e17962cdeca75e38
|
||||
@ -0,0 +1,3 @@
|
||||
{
|
||||
"types": ["jest"]
|
||||
}
|
||||
3
tests/cases/user/TypeScript-React-Starter/test.json
Normal file
3
tests/cases/user/TypeScript-React-Starter/test.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"types": ["jest"]
|
||||
}
|
||||
@ -0,0 +1 @@
|
||||
Subproject commit 713c6986f043f2c31976b8bc2c03aa0a2b05590b
|
||||
3
tests/cases/user/TypeScript-Vue-Starter/test.json
Normal file
3
tests/cases/user/TypeScript-Vue-Starter/test.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"types": []
|
||||
}
|
||||
@ -0,0 +1 @@
|
||||
Subproject commit 5fca1032edaab5414ec1c167f42d3dc59220d9aa
|
||||
3
tests/cases/user/TypeScript-WeChat-Starter/test.json
Normal file
3
tests/cases/user/TypeScript-WeChat-Starter/test.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"types": []
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user