1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Add clarifying comment

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-02-28 15:06:19 -05:00
parent 2483a057f4
commit cfe2a2fbee

View File

@ -12,6 +12,11 @@ describe("lens extension", () => {
beforeEach(async () => {
const builder = getApplicationBuilder();
/**
* This is required because it sets up `AppPaths` which are required by LensMainExtension.
*
* That type isn't used internally so it needs to use "legacy global DI" to get its dependencies.
*/
await builder.render();
ext = new LensMainExtension({