Missing test script for the pythActionProvider as referenced here:
| To add a unit test for your action provider, add a file to your action provider folder post-fixing it with `.test.ts`. For an example, see [pythActionProvider.test.ts](https://github.com/coinbase/agentkit/blob/master/typescript/agentkit/src/action-providers/pyth/pythActionProvider.test.ts). |
Missing test script for the pythActionProvider as referenced here:
agentkit/CONTRIBUTING-TYPESCRIPT.md
Line 171 in 0dc0461