Skip to content

Commit

Permalink
fix(tests): fix failing unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding-SE committed May 27, 2020
1 parent 48a0ef4 commit f19745d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/common/src/services/utilities.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import * as moment_ from 'moment-mini';
const moment = moment_; // patch to fix rollup "moment has no default export" issue, document here https://github.com/rollup/rollup/issues/670

import { FieldType, GridOption, OperatorString, OperatorType } from '../enums/index';
import { FieldType, OperatorString, OperatorType } from '../enums/index';
import { GridOption } from '../interfaces/index';

/**
* Add an item to an array only when the item does not exists, when the item is an object we will be using their "id" to compare
Expand Down

0 comments on commit f19745d

Please sign in to comment.