build: move typings_test to new integration test fixture (#14149)

PR Close #14149
This commit is contained in:
Alex Eagle
2017-01-26 19:49:44 -08:00
committed by Miško Hevery
parent 49fb8143e8
commit c48dd76f5c
6 changed files with 33 additions and 26 deletions

View File

@ -151,6 +151,9 @@ do
if [[ -e ${SRCDIR}/tsconfig-testing.json ]]; then
echo "====== COMPILING TESTING: ${TSC} -p ${SRCDIR}/tsconfig-testing.json"
$TSC -p ${SRCDIR}/tsconfig-testing.json
if [[ -n "${EXPERIMENTAL_ES2015_DISTRO}" ]]; then
$TSC -p ${SRCDIR}/tsconfig-testing.json --target es2015 --outDir ${ES2015_DESTDIR}
fi
fi
if [[ -e ${SRCDIR}/tsconfig-2015.json ]]; then