From 1183016a4ea74c8e25ca8864edefa3fa53857d86 Mon Sep 17 00:00:00 2001 From: blackbaud-mikitayankouski Date: Tue, 3 Oct 2017 15:59:35 +0100 Subject: [PATCH 1/3] Updating rxjs. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b0ae9ee5..a1377529 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "raw-loader": "0.5.1", "reflect-metadata": "0.1.10", "remap-istanbul": "0.9.5", - "rxjs": "5.4.2", + "rxjs": "5.4.3", "sass-loader": "6.0.5", "selenium-standalone": "6.4.1", "selenium-webdriver": "3.5.0", @@ -112,4 +112,4 @@ "proxyquire": "1.8.0", "rimraf": "2.6.1" } -} +} \ No newline at end of file From 722ee1f67dc3e091ec8955471fe7e2d4a1337ab4 Mon Sep 17 00:00:00 2001 From: blackbaud-mikitayankouski Date: Fri, 6 Oct 2017 22:47:54 +0100 Subject: [PATCH 2/3] Adding require reflect-metadata. --- utils/spec-bundle.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/utils/spec-bundle.js b/utils/spec-bundle.js index 6b47ae99..8420f60a 100644 --- a/utils/spec-bundle.js +++ b/utils/spec-bundle.js @@ -30,6 +30,8 @@ require('zone.js/dist/sync-test'); require('zone.js/dist/proxy'); require('zone.js/dist/jasmine-patch'); +require('reflect-metadata'); + // RxJS require('rxjs/Rx'); @@ -74,4 +76,4 @@ function requireAll(requireContext) { } // requires and returns all modules that match -requireAll(testContext); +requireAll(testContext); \ No newline at end of file From eb4acd696a0f602e2d8dd1923a5757a25b9973ee Mon Sep 17 00:00:00 2001 From: Mikita Yankouski Date: Fri, 3 Nov 2017 16:59:03 -0400 Subject: [PATCH 3/3] Adding new lines at the end for tslinter. --- package.json | 2 +- utils/spec-bundle.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1a790003..018a9bb1 100644 --- a/package.json +++ b/package.json @@ -112,4 +112,4 @@ "proxyquire": "1.8.0", "rimraf": "2.6.1" } -} \ No newline at end of file +} diff --git a/utils/spec-bundle.js b/utils/spec-bundle.js index 8420f60a..9b2fb0ea 100644 --- a/utils/spec-bundle.js +++ b/utils/spec-bundle.js @@ -76,4 +76,4 @@ function requireAll(requireContext) { } // requires and returns all modules that match -requireAll(testContext); \ No newline at end of file +requireAll(testContext);