Skip to content

Commit

Permalink
test: update name
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkun committed May 25, 2018
1 parent 65ad748 commit 930cf3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/plugin/relativeTime.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import MockDate from 'mockdate'
import moment from 'moment'
import dayjs from '../../src'
import distanceInWords from '../../src/plugin/relativeTime'
import relativeTime from '../../src/plugin/relativeTime'

dayjs.extend(distanceInWords)
dayjs.extend(relativeTime)

beforeEach(() => {
MockDate.set(new Date('2018-04-04T16:00:00.000Z'))
Expand Down

0 comments on commit 930cf3c

Please sign in to comment.