Add test w/submodules for our starter kits

This commit is contained in:
Nathan Shively-Sanders 2017-11-10 14:20:55 -08:00
parent d66e94d09e
commit d4c001d47c
9 changed files with 27 additions and 0 deletions

9
.gitmodules vendored
View File

@ -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

View File

@ -0,0 +1,3 @@
{
"types": ["jquery"]
}

@ -0,0 +1 @@
Subproject commit 2c62f5a4ea51978e3715b475e17962cdeca75e38

View File

@ -0,0 +1,3 @@
{
"types": ["jest"]
}

View File

@ -0,0 +1,3 @@
{
"types": ["jest"]
}

@ -0,0 +1 @@
Subproject commit 713c6986f043f2c31976b8bc2c03aa0a2b05590b

View File

@ -0,0 +1,3 @@
{
"types": []
}

@ -0,0 +1 @@
Subproject commit 5fca1032edaab5414ec1c167f42d3dc59220d9aa

View File

@ -0,0 +1,3 @@
{
"types": []
}