/** * Tests for build process and CLI verification * * These tests verify that: * 1. The build process completes successfully * 2. Build artifacts are correctly generated * 3. The CLI works correctly with the built artifacts * * IMPORTANT: All tests in this file run sequentially because they depend on * build artifacts. The build test runs first, then subsequent tests use the * generated build/ directory. * * WARNING: This test file modifies the shared build/ directory by running * `npm run build`. If other tests depend on build artifacts, they will fail * if run in parallel with this file. */ export {}; //# sourceMappingURL=build.test.d.ts.map