Added tests

This commit is contained in:
Giuseppe Digilio
2018-12-28 18:53:26 +01:00
parent dff2518bf4
commit 6e088a02ca
2 changed files with 40 additions and 4 deletions

View File

@@ -22,11 +22,7 @@ describe('JsonPatchOperationsEffects test suite', () => {
const testJsonPatchResourceType = 'testResourceType';
const testJsonPatchResourceId = 'testResourceId';
function init() {
}
beforeEach(() => {
init();
TestBed.configureTestingModule({
providers: [
JsonPatchOperationsEffects,