tighten adapters barrel surface
This commit is contained in:
@@ -92,7 +92,7 @@ test('package root export resolves public package surface only', () => {
|
||||
}
|
||||
});
|
||||
|
||||
test('adapters subpath export resolves package-owned adapter index plus profile artifact loader helpers', () => {
|
||||
test('adapters subpath export resolves package-owned adapter entrypoints only', () => {
|
||||
const root = createFixtureRoot();
|
||||
try {
|
||||
installPackageAlias(root);
|
||||
@@ -104,9 +104,6 @@ test('adapters subpath export resolves package-owned adapter index plus profile
|
||||
`);
|
||||
|
||||
assert.deepEqual(result.adapterKeys, [
|
||||
'createDeploymentBindingContract',
|
||||
'createRuntimeBinding',
|
||||
'loadDeploymentProfileArtifact',
|
||||
'runBridgeSupervisorAdapter',
|
||||
'runDispatcherAdapter',
|
||||
'runOrchestratorAdapter',
|
||||
|
||||
@@ -10,7 +10,7 @@ import {
|
||||
validateDeploymentProfileArtifact,
|
||||
assertUseTimePathWithinRepoRoot,
|
||||
} from '../src/storage/profile-artifact.mjs';
|
||||
import { createRuntimeBinding } from '../src/adapters/index.mjs';
|
||||
import { createRuntimeBinding } from '../src/adapters/runtime-binding.mjs';
|
||||
|
||||
const packageRoot = path.resolve(import.meta.dirname, '..');
|
||||
const repoRoot = path.resolve(packageRoot, '..', '..');
|
||||
|
||||
Reference in New Issue
Block a user