Create a test in the relevant __tests__ folder.Tests should be named e.g. mycutename.test.ts.
__tests__
mycutename.test.ts
We use jest for our testing framework.Refer to the Jest Documentation for information on API usage.
Generated using TypeDoc