hermes-agent/apps
Vladyslav Kovalchuk f45d7dee7d fix(desktop): add @testing-library/dom as explicit dev dependency
@testing-library/react@16 declares @testing-library/dom as a peerDependency
and re-exports waitFor/fireEvent/screen/within from it. Without dom installed
as a direct dependency, tsc -b fails with TS2305 in every test file that
imports those names — which breaks the apps/desktop build during installer
bootstrap (Hermes Setup → "INSTALL DIDN'T FINISH").
2026-06-03 05:50:36 -07:00
..
bootstrap-installer feat(installer): rename macOS installer to "Hermes" and make it a launcher (#37516) 2026-06-02 17:47:34 +00:00
desktop fix(desktop): add @testing-library/dom as explicit dev dependency 2026-06-03 05:50:36 -07:00
shared Add Hermes desktop app (#20059) 2026-05-31 17:46:56 -05:00