Merge pull request #2006 from NativeScript/hdeshev/node-tests

Fix broken node tests compilation.
This commit is contained in:
Hristo Deshev
2016-04-21 17:06:58 +03:00

View File

@ -374,6 +374,7 @@ module.exports = function(grunt) {
buildNodeTests: {
src: [
'js-libs/easysax/**/*.ts',
'module.d.ts',
'xml/**/*.ts',
'node-tests/**/*.ts',
'es-collections.d.ts',
@ -667,6 +668,7 @@ module.exports = function(grunt) {
//aliasing pack-modules for backwards compatibility
grunt.registerTask("pack-modules", [
"compile-modules",
"node-tests",
"exec:packModules"
]);
grunt.registerTask("pack-apps", [