Skip to content

Commit

Permalink
refactor: fix linting and e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicky Lenaers committed Jun 4, 2018
1 parent aa2eb3f commit 2fbaca2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 37 deletions.
35 changes: 0 additions & 35 deletions protractor.conf.js

This file was deleted.

2 changes: 1 addition & 1 deletion src/app/modules/scroll-to/scroll-to.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
DEFAULTS,
isNativeElement
} from './statics/scroll-to-helpers';
import { Observable, ReplaySubject, throwError } from 'rxjs';
import { Observable, ReplaySubject, throwError } from 'rxjs/index';

/**
* The ScrollToService handles starting, interrupting
Expand Down
2 changes: 1 addition & 1 deletion src/app/modules/scroll-to/statics/scroll-to-animation.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Observable, ReplaySubject } from 'rxjs';
import { Observable, ReplaySubject } from 'rxjs/index';

import { EASING } from '../statics/scroll-to-helpers';
import {
Expand Down

1 comment on commit 2fbaca2

@PavelPikat
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nicky-lenaers #110 is related to this change

Please sign in to comment.