fix(test): the layout harness only worked on a dev server
It reached for /apps and /packages, which resolve to the root of the host. On GitHub Pages this project lives under /stealth-checkout/, so every iframe 404ed and the harness would have reported nothing useful about the deployed site, which is the copy a judge opens. The root is now derived from where the file itself is.
B
bongbongcrypto committed
dcd56323e6a24f8ad88bcfa3975f7f5380f8a7e4
Parent: cc3b4b3