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:
parent
2483a057f4
commit
cfe2a2fbee
@ -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({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user