| 1 | import { it, expect } from 'vitest'; |
| 2 | import { prepareFilesystem } from './test-utils'; |
| 3 | import { build } from '../../src'; |
| 4 | import { NodejsLambda } from '@vercel/build-utils/dist/nodejs-lambda'; |
nothing calls this directly
no test coverage detected