chore: migrate CLI to ESM and vitest (#6777)

* chore: migrate CLI to ESM and vitest

* fix lint

* update github workflow

* format
This commit is contained in:
Ben McCann
2024-01-30 15:23:33 -08:00
committed by GitHub
parent 1bfef200a5
commit 9c7dee8551
21 changed files with 2447 additions and 4743 deletions

View File

@@ -1,4 +1,4 @@
import { restoreTempFolder, testApp } from '@test/../e2e/jobs/utils';
import { restoreTempFolder, testApp } from '@test-utils';
import { CLI_BASE_OPTIONS, setup, spyOnConsole } from 'test/cli-test-utils';
import { ServerInfoCommand } from '../../src/commands/server-info.command';