We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d99ff commit dc1df62Copy full SHA for dc1df62
projects/igniteui-angular/migrations/common/setup.spec.ts
@@ -56,6 +56,8 @@ class IgxUnitTestTree extends UnitTestTree {
56
if (!project.containsScriptInfo(scriptInfo)) {
57
// add the file to the configured project to prevent tss from creating an inferred project for floating files
58
scriptInfo.attachToProject(project);
59
+ // add root in advance for ng LS discovery if two files test.component.ts/html and html is analyzed first
60
+ project.addMissingFileRoot(scriptInfo.fileName);
61
} else {
62
// if using same file, force-reload from host for new content
63
scriptInfo.reloadFromFile(tss.server.asNormalizedPath(entryPath));
0 commit comments