Skip to content

Commit

Permalink
Fixed Linter Issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jens.weigele committed Feb 18, 2019
1 parent cbef9f4 commit dadf11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/time-ago.pipe.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('TimeAgoPipe', () => {

beforeEach(() => {
moment.locale('en-gb');
jest.useFakeTimers()
jest.useFakeTimers();
});

afterEach(() => {
Expand Down

0 comments on commit dadf11a

Please sign in to comment.