♻️ 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:
trickypr 2022-03-27 17:20:29 +11:00
parent 952bf6d6dc
commit d84204ef17
22 changed files with 31 additions and 29 deletions

View file

@ -2,7 +2,8 @@ import { Command } from 'commander'
import { existsSync, readFileSync } from 'fs'
import Listr from 'listr'
import { resolve } from 'path'
import { bin_name, log } from '..'
import { bin_name } from '..'
import { log } from '../log'
import { dispatch } from '../utils'
export const init = async (