Skip to content

Commit

Permalink
fix: failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
Niloofar Sadeghi committed Oct 9, 2022
1 parent 40354ee commit 77cc9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/src/utils/date/__tests__/date-time.spec.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { expect } from 'chai';
import moment from 'moment';
import 'moment/min/locales';
import * as DateTime from '../date-time.js';
import * as DateTime from '../date-time';

describe('toMoment', () => {
it('return utc epoch value date based on client epoch value passed', () => {
Expand Down

0 comments on commit 77cc9c9

Please sign in to comment.