The testing story on aep-explorer is non-existent! We should fix this up. Some areas include: - [ ] Unit testing around OpenAPI spec parsing. - [ ] Acceptance tests - [ ] Some component testing (P2 compared to acceptance testing) We'll have to do some research around the ecosystem, but `vitest` is what works best with Vite (the build system / dev server we use)
The testing story on aep-explorer is non-existent! We should fix this up. Some areas include:
We'll have to do some research around the ecosystem, but
vitestis what works best with Vite (the build system / dev server we use)