mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix bug with tsconfig paths
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user