Skip to content

Commit

Permalink
fix lint for e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptiste MENADIER committed Jun 22, 2018
1 parent 9e81f3e commit 3711867
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions e2e/src/app.e2e-spec.ts
@@ -1,10 +1,3 @@
import { AppPage } from './app.po';

describe('workspace-project App', () => {
let page: AppPage;

beforeEach(() => {
page = new AppPage();
});

});
2 changes: 1 addition & 1 deletion e2e/src/app.po.ts
@@ -1,4 +1,4 @@
import { browser, by, element } from 'protractor';
import { browser } from 'protractor';

export class AppPage {
navigateTo() {
Expand Down

0 comments on commit 3711867

Please sign in to comment.