Skip to content

Commit dddc866

Browse files
committed
Add client-prereq-events capability.
1 parent 73ed9c8 commit dddc866

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

contract-tests/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ app.get('/', (req, res) => {
3838
'anonymous-redaction',
3939
'evaluation-hooks',
4040
'wrapper',
41+
'client-prereq-events',
4142
],
4243
});
4344
});

packages/sdk/browser/contract-tests/entity/src/TestHarnessWebSocket.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export default class TestHarnessWebSocket {
4141
'inline-context',
4242
'anonymous-redaction',
4343
'strongly-typed',
44+
'client-prereq-events',
4445
];
4546

4647
break;

0 commit comments

Comments
 (0)