diff --git a/demo-shell/src/app/app.component.spec.ts b/demo-shell/src/app/app.component.spec.ts deleted file mode 100644 index 6d7fd4e156..0000000000 --- a/demo-shell/src/app/app.component.spec.ts +++ /dev/null @@ -1,48 +0,0 @@ -/*! - * @license - * Copyright 2016 Alfresco Software, Ltd. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import { TestBed, async } from '@angular/core/testing'; -import { RouterTestingModule } from '@angular/router/testing'; -import { ContentModule } from '@alfresco/adf-content-services'; -import { ProcessModule } from '@alfresco/adf-process-services'; -import { CoreModule } from '@alfresco/adf-core'; -import { InsightsModule } from '@alfresco/adf-insights'; - -import { AppComponent } from './app.component'; - -describe('AppComponent', () => { - beforeEach(async(() => { - TestBed.configureTestingModule({ - imports: [ - RouterTestingModule, - CoreModule.forRoot(), - ContentModule.forRoot(), - InsightsModule, - ProcessModule - ], - declarations: [ - AppComponent - ] - }).compileComponents(); - })); - - it('should create the app', async(() => { - const fixture = TestBed.createComponent(AppComponent); - const app = fixture.debugElement.componentInstance; - expect(app).toBeTruthy(); - })); -}); diff --git a/package.json b/package.json index 9aa17c811b..c147cd453f 100644 --- a/package.json +++ b/package.json @@ -78,8 +78,8 @@ "@nrwl/schematics": "^1.0.3", "@schematics/angular": "^0.6.8", "adf-tslint-rules": "0.0.4", - "alfresco-js-api": "2.5.0-beta5", - "alfresco-js-api-node": "2.5.0-beta5", + "alfresco-js-api": "2.5.0-beta4", + "alfresco-js-api-node": "2.5.0-beta4", "chart.js": "2.5.0", "classlist.js": "1.1.20150312", "core-js": "^2.5.4",