feat(reporting-governance): add profile artifact binding slice
This commit is contained in:
@@ -81,7 +81,7 @@ test('package root export resolves public package surface only', () => {
|
||||
}
|
||||
});
|
||||
|
||||
test('adapters subpath export resolves package-owned adapter index', () => {
|
||||
test('adapters subpath export resolves package-owned adapter index plus profile artifact loader helpers', () => {
|
||||
const root = createFixtureRoot();
|
||||
try {
|
||||
installPackageAlias(root);
|
||||
@@ -93,7 +93,9 @@ test('adapters subpath export resolves package-owned adapter index', () => {
|
||||
`);
|
||||
|
||||
assert.deepEqual(result.adapterKeys, [
|
||||
'createDeploymentBindingContract',
|
||||
'createRuntimeBinding',
|
||||
'loadDeploymentProfileArtifact',
|
||||
'runBridgeSupervisorAdapter',
|
||||
'runDispatcherAdapter',
|
||||
'runOrchestratorAdapter',
|
||||
|
||||
Reference in New Issue
Block a user