Address feedback

This commit is contained in:
Andrew Dupont 2024-03-19 18:55:31 -07:00
parent a294c88a47
commit 6fe8e5377a

View File

@ -299,7 +299,7 @@ describe('GrammarSelector', () => {
}
}
expect(cppCount).toBe(3); // ensure we actually saw two grammars
expect(cppCount).toBe(3); // ensure we actually saw three grammars
});
it('shows all three if false (in proper order when language parser is textmate)', async () => {