Skip to content

Commit 63a0357

Browse files
committed
Fix ui tests for platform service.
1 parent 2162950 commit 63a0357

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/platform-service.ts

+1
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ describe('Platform Service Tests', () => {
367367
testInjector = createTestInjector();
368368
testInjector.register("fs", fsLib.FileSystem);
369369
fs = testInjector.resolve("fs");
370+
testInjector.resolve("projectData").initializeProjectData();
370371
});
371372

372373
function prepareDirStructure() {

0 commit comments

Comments
 (0)