docs(web): adds a neat comment

This commit is contained in:
Joshua A. Horton 2022-07-15 14:44:52 +07:00
parent 49125fcf6e
commit ce0221b151

View file

@ -1,3 +1,5 @@
// This script allows user-interactive use of the user-testing oriented unit-test-resource objects.
const controller = new Testing.HostFixtureLayoutController();
let loadPromise = controller.connect();
let recorder;