Skip to content

Commit

Permalink
Add client-prereq-events capability.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Oct 14, 2024
1 parent 73ed9c8 commit dddc866
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions contract-tests/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ app.get('/', (req, res) => {
'anonymous-redaction',
'evaluation-hooks',
'wrapper',
'client-prereq-events',
],
});
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export default class TestHarnessWebSocket {
'inline-context',
'anonymous-redaction',
'strongly-typed',
'client-prereq-events',
];

break;
Expand Down

0 comments on commit dddc866

Please sign in to comment.