Move transform tests into the build module

Move the transform tests from packages/cli/src/tests/transforms/ into
packages/cli/src/modules/build/tests/transforms/ so that the build
module is self-contained and can eventually become its own package.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-02-26 13:27:30 +01:00
parent d419bcff55
commit 264159ef21
59 changed files with 1 additions and 1 deletions
@@ -16,7 +16,7 @@
import { execFileSync } from 'node:child_process';
import { resolve as resolvePath } from 'node:path';
import { Output, buildPackage } from '../../modules/build/lib/builder';
import { Output, buildPackage } from '../../lib/builder';
const exportValues = {
all: {