E2E pipeline verification
This ticket exercises the full SYNTARO workflow:
Bug to fix
Add a describe("health", ...) test to the app that verifies the root route returns 200. If it already exists, add a small missing feature: render the app title as an <h1> instead of a bare div.
E2E pipeline verification
This ticket exercises the full SYNTARO workflow:
stas:fixlabel eventBug to fix
Add a
describe("health", ...)test to the app that verifies the root route returns 200. If it already exists, add a small missing feature: render the app title as an<h1>instead of a bare div.