Documentation for Testing in Foundry

I am looking for the official documentation on testing patterns in Foundry, specifically for verifying object creation and properties in TypeScript functions. Can someone provide a link or guidance on where to find this information?

image

https://www.palantir.com/docs/foundry/functions/unit-test-getting-started

If you’re having trouble searching or navigating the docs, you can also use AIP Assist from the sidebar and describe what you’re trying to accomplish. Since it uses semantic search on embeddings of the docs content, it can help even when your docs keyword search isn’t getting you what you need. For example:

And if you do this in the context of your actual repository and the file(s) in question, you can ask it to help you write the specific tests as well.