diff options
Diffstat (limited to 'server/tests/helpers')
-rw-r--r-- | server/tests/helpers/core-utils.ts | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/server/tests/helpers/core-utils.ts b/server/tests/helpers/core-utils.ts index e604cf7e3..2dbe8d635 100644 --- a/server/tests/helpers/core-utils.ts +++ b/server/tests/helpers/core-utils.ts | |||
@@ -2,10 +2,8 @@ | |||
2 | 2 | ||
3 | import * as chai from 'chai' | 3 | import * as chai from 'chai' |
4 | import 'mocha' | 4 | import 'mocha' |
5 | import { snakeCase, isNumber } from 'lodash' | 5 | import { snakeCase } from 'lodash' |
6 | import { | 6 | import { objectConverter, parseBytes } from '../../helpers/core-utils' |
7 | parseBytes, objectConverter | ||
8 | } from '../../helpers/core-utils' | ||
9 | import { isNumeric } from 'validator' | 7 | import { isNumeric } from 'validator' |
10 | 8 | ||
11 | const expect = chai.expect | 9 | const expect = chai.expect |