feat: add platform capability contracts
This commit is contained in:
@@ -8,6 +8,9 @@ tap.test('exports public namespaces', async () => {
|
||||
if (!interfaces.requests) {
|
||||
throw new Error('Missing requests namespace');
|
||||
}
|
||||
if (!interfaces.platform) {
|
||||
throw new Error('Missing platform namespace');
|
||||
}
|
||||
if (!interfaces.platformservice) {
|
||||
throw new Error('Missing platformservice namespace');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user