diff options
author | Chocobozzz <me@florianbigard.com> | 2019-10-21 16:02:15 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-10-21 16:02:15 +0200 |
commit | 464687bb96cf98d00714279750fd5f19a42b6a02 (patch) | |
tree | 16a3d538a99c46ed6885a119bfd8109167b61134 /server/tests | |
parent | d5d9b6d7bfb7e9426b6462f7fdf285df39eea820 (diff) | |
download | PeerTube-464687bb96cf98d00714279750fd5f19a42b6a02.tar.gz PeerTube-464687bb96cf98d00714279750fd5f19a42b6a02.tar.zst PeerTube-464687bb96cf98d00714279750fd5f19a42b6a02.zip |
Fix bug with tsconfig paths
Diffstat (limited to 'server/tests')
-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 |