Inline tree-sitter wasm and add runtime fallback (#11157)

This commit is contained in:
cornmander
2025-10-16 17:25:30 -07:00
committed by GitHub
parent 22f725eb08
commit dcf362bcf9
18 changed files with 966 additions and 282 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ import { describe, it, expect } from 'vitest';
import { TestRig } from './test-helper.js';
describe('Flicker Detector', () => {
it('should not detect a flicker under the max height budget', async () => {
// TODO: https://github.com/google-gemini/gemini-cli/issues/11170
it.skip('should not detect a flicker under the max height budget', async () => {
const rig = new TestRig();
await rig.setup('flicker-detector-test');