mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 20:46:01 +00:00
fixed filter parser test (upgraded jestm, ts-jest)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { parseFilter } from './parseFilter';
|
||||
const { parseFilter } = require('./parseFilter');
|
||||
|
||||
test('parse string', () => {
|
||||
const ast = parseFilter('"123"', 'string');
|
||||
|
||||
Reference in New Issue
Block a user