Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelgj committed Jul 14, 2024
1 parent 0a7f6ac commit c301104
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/reflection_api_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import { diffJson, runTestsForApp, setupNodeTestApp } from './utils.js';
await testReflectionApi()
});
// Run same tests for go test app
// TODO: do similar setup as for JS to allow testing agsints CLI from HEAD.
await runTestsForApp('../go/tests/test_app', async () => {
await testReflectionApi();
});
Expand Down

0 comments on commit c301104

Please sign in to comment.