fixed gulpfile

This commit is contained in:
Umed Khudoiberdiev 2018-01-17 19:28:03 +05:00
parent 7efa30027a
commit 8cbf9e075a

View File

@ -362,7 +362,8 @@ export class Gulpfile {
tests() {
return [
"compile",
"tslint",
"coveragePre",
"runTests",
"coveragePost",
"coverageRemap"
];