mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-08 01:10:03 +02:00
♻️ Stop exporting log from index.ts
This was causing issues with testing because index.ts cannot be covered be unit tests
This commit is contained in:
parent
952bf6d6dc
commit
d84204ef17
22 changed files with 31 additions and 29 deletions
|
@ -13,8 +13,9 @@ import { every } from 'modern-async'
|
|||
import { dirname, extname, join } from 'path'
|
||||
import sharp from 'sharp'
|
||||
|
||||
import { config, log } from '../..'
|
||||
import { config } from '../..'
|
||||
import { CONFIGS_DIR, ENGINE_DIR } from '../../constants'
|
||||
import { log } from '../../log'
|
||||
import {
|
||||
addHash,
|
||||
defaultBrandsConfig,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue