fix(editor): Fix highlighting in SQL editor (#19291)

This commit is contained in:
yehorkardash
2025-09-11 11:46:41 +00:00
committed by GitHub
parent 45e8209142
commit 03b865d4db
23 changed files with 1581 additions and 23 deletions

View File

@@ -0,0 +1,6 @@
import { createRequire } from 'module';
const require = createRequire(import.meta.url);
/** @type {import('jest').Config} */
export default require('../../../jest.config');