test: fix integration/platform-server test which had missing @types/node devDep (#27937)

I'm not sure why this problem is visible only now or how this worked before, but the CI
is now failing because @types/node is missing.

I also added the yarn.lock file which was previously omitted. We want the yarn.lock file in so that
our deps don't change over time without us knowing.

PR Close #27937
This commit is contained in:
Igor Minar 2019-01-06 00:43:18 -08:00 committed by Kara Erickson
parent 98472da03f
commit c80071dd59
2 changed files with 4529 additions and 0 deletions

View File

@ -24,6 +24,7 @@
},
"devDependencies": {
"@types/jasmine": "2.5.41",
"@types/node": "10.11.x",
"babel-core": "^6.23.1",
"babel-loader": "^6.4.0",
"babel-preset-es2015": "^6.22.0",

File diff suppressed because it is too large Load Diff