Haz (@haz.dev)
Here's an interesting aspect of @ariakit.org test files: they don't reference React or JSX. Instead, they focus exclusively on testing DOM functionality (1st image). The component being tested is imported and rendered *before each* test in a separate setup file (2nd image).