You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert.isTrue(parsed.errors.findIndex(e=>e.code===expectedExcludedDiagnosticCode)===-1,`Expected error code ${expectedExcludedDiagnosticCode} to not be in ${JSON.stringify(parsed.errors)}`);
assert.isTrue(parsed.errors.findIndex(e=>e.code===expectedExcludedDiagnosticCode)===-1,`Expected error code ${expectedExcludedDiagnosticCode} to not be in ${JSON.stringify(parsed.errors)}`);
74
+
}
75
+
}
76
+
64
77
it("returns empty config for file with only whitespaces",()=>{
0 commit comments