Skip to content

Commit

Permalink
test: Remove empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Barabanov authored and Evgeny Barabanov committed Jun 2, 2018
1 parent 9907f6e commit f3cef5c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/to-be-observable.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ describe('toBeObservable matcher test', () => {
});

it('Should delay the emission by provided timeout with provided scheduler', () => {

const delay = time('-----d|');
const provided = timer(delay, Scheduler.get()).pipe(mapTo(0));

const expected = hot('------(d|)', {d: 0});

expect(provided).toBeObservable(expected);
Expand Down

0 comments on commit f3cef5c

Please sign in to comment.