Add axios' source to user tests (#23490)

* Add axios' source to user tests

We already have the npm-installed version in order to test their d.ts so
that we don't break their users.

* Just compile lib, plus fix some config lint
This commit is contained in:
Nathan Shively-Sanders
2018-04-17 15:20:48 -07:00
committed by GitHub
parent f5101e21c3
commit e26745f129
5 changed files with 67 additions and 0 deletions

5
.gitmodules vendored
View File

@@ -29,3 +29,8 @@
[submodule "tests/cases/user/puppeteer/puppeteer"]
path = tests/cases/user/puppeteer/puppeteer
url = https://github.com/GoogleChrome/puppeteer.git
ignore = all
[submodule "tests/cases/user/axios-src/axios-src"]
path = tests/cases/user/axios-src/axios-src
url = https://github.com/axios/axios.git
ignore = all