This commit is contained in:
Andrew Dupont 2024-01-10 16:02:20 -08:00
parent 4c6b0ba7d0
commit 254440e6bc

View File

@ -3292,7 +3292,7 @@ describe('WASMTreeSitterLanguageMode', () => {
atom.config.set('whitespace.removeTrailingWhitespace', false);
});
fit('interprets @indent and @dedent captures', async () => {
it('interprets @indent and @dedent captures', async () => {
jasmine.useRealClock();
const grammar = new WASMTreeSitterGrammar(atom.grammars, jsGrammarPath, jsConfig);