| 1 | import { updateSettings } from '@clack/core'; |
| 2 | import { afterAll, afterEach, beforeAll, beforeEach, describe, expect, test, vi } from 'vitest'; |
| 3 | import * as prompts from '../src/index.js'; |
| 4 | import { MockReadable, MockWritable } from './test-utils.js'; |
nothing calls this directly
no test coverage detected