From 7fe33054eb4c7da6cf90173aeb8cb96f9d0d066e Mon Sep 17 00:00:00 2001 From: Hristo Deshev Date: Thu, 21 Apr 2016 12:54:52 +0300 Subject: [PATCH 1/2] Fix broken node tests compilation. --- gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gruntfile.js b/gruntfile.js index d28154763..3041a1231 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -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', From 964aa77b922d61e32870f32bebd126b9c881e7a5 Mon Sep 17 00:00:00 2001 From: Hristo Deshev Date: Thu, 21 Apr 2016 13:02:30 +0300 Subject: [PATCH 2/2] Run node-tests as a part of the build. --- gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gruntfile.js b/gruntfile.js index 3041a1231..136626241 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -668,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", [