Skip to content

Commit 78f5a3c

Browse files
committed
Added missing Assert comment on the test
1 parent aef81b5 commit 78f5a3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/event-handler/tests/unit/rest/Router/basic-routing.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ describe('Class: Router - Basic Routing', () => {
181181
context
182182
);
183183

184+
// Assert
184185
expect(JSON.parse(rootResult.body).api).toEqual('root');
185186
expect(JSON.parse(listTodosResult.body).api).toEqual('listTodos');
186187
expect(JSON.parse(notFoundResult.body).error).toEqual('Route not found');

0 commit comments

Comments
 (0)