mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(editor): Fix highlighting in SQL editor (#19291)
This commit is contained in:
6
packages/@n8n/codemirror-lang-sql/jest.config.js
Normal file
6
packages/@n8n/codemirror-lang-sql/jest.config.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import { createRequire } from 'module';
|
||||
|
||||
const require = createRequire(import.meta.url);
|
||||
|
||||
/** @type {import('jest').Config} */
|
||||
export default require('../../../jest.config');
|
||||
Reference in New Issue
Block a user