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:
+1
-1
@@ -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: {
|
||||
Reference in New Issue
Block a user