Skip to content

Commit fb83082

Browse files
committed
test(cli): relocate multi-space migration-status e2e to cli-journeys/
Move the new e2e file from `test/integration/test/` to the canonical `test/integration/test/cli-journeys/` subdirectory so it sits alongside the existing `migration-status-diagnostics.e2e.test.ts` journey-style e2e tests. Adjusts the two relative-import paths (`./contract-space-fixture/control` and `./utils/cli-test-helpers`) for the new depth. Signed-off-by: Will Madden <madden@prisma.io>
1 parent 7575452 commit fb83082

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/integration/test/cli.migration-status.multi-space.e2e.test.ts renamed to test/integration/test/cli-journeys/migration-status-multi-space.e2e.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ import { emitContractSpaceArtefacts } from '@prisma-next/migration-tools/spaces'
88
import { timeouts } from '@prisma-next/test-utils';
99
import stripAnsi from 'strip-ansi';
1010
import { describe, expect, it } from 'vitest';
11-
import testContractSpaceExtension from './contract-space-fixture/control';
11+
import testContractSpaceExtension from '../contract-space-fixture/control';
1212
import {
1313
executeCommand,
1414
getExitCode,
1515
setupCommandMocks,
1616
setupTestDirectoryFromFixtures,
1717
withTempDir,
18-
} from './utils/cli-test-helpers';
18+
} from '../utils/cli-test-helpers';
1919

2020
/**
2121
* End-to-end coverage for `migration status` with the `--space <id>`

0 commit comments

Comments
 (0)