From 464687bb96cf98d00714279750fd5f19a42b6a02 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 21 Oct 2019 16:02:15 +0200 Subject: Fix bug with tsconfig paths --- server/tests/helpers/core-utils.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'server') 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 @@ import * as chai from 'chai' import 'mocha' -import { snakeCase, isNumber } from 'lodash' -import { - parseBytes, objectConverter -} from '../../helpers/core-utils' +import { snakeCase } from 'lodash' +import { objectConverter, parseBytes } from '../../helpers/core-utils' import { isNumeric } from 'validator' const expect = chai.expect -- cgit v1.2.3