ngx-cacheable
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -168,3 +168,3 @@ "use strict"; | ||
}()); | ||
fdescribe('PCacheableDecorator', function () { | ||
describe('PCacheableDecorator', function () { | ||
var service = null; | ||
@@ -171,0 +171,0 @@ var mockServiceCallSpy = null; |
@@ -1,2 +0,2 @@ | ||
module.exports = function(config) { | ||
module.exports = function (config) { | ||
config.set({ | ||
@@ -3,0 +3,0 @@ frameworks: ['jasmine', 'karma-typescript'], |
{ | ||
"name": "ngx-cacheable", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Rx Observable cache decorator", | ||
@@ -25,9 +25,9 @@ "main": "dist/index.js", | ||
"jasmine": "^3.1.0", | ||
"karma": "^2.0.0", | ||
"karma": "^4.0.1", | ||
"karma-chrome-launcher": "^2.2.0", | ||
"karma-commonjs": "^1.0.0", | ||
"karma-jasmine": "^1.1.1", | ||
"karma-typescript": "^3.0.12", | ||
"karma-jasmine": "^2.0.1", | ||
"karma-typescript": "^4.0.0", | ||
"typescript": "^2.8.1" | ||
} | ||
} |
@@ -112,3 +112,3 @@ import { Subject } from 'rxjs'; | ||
} | ||
fdescribe('PCacheableDecorator', () => { | ||
describe('PCacheableDecorator', () => { | ||
let service: Service = null; | ||
@@ -115,0 +115,0 @@ let mockServiceCallSpy: jasmine.Spy = null; |
185840