test: remove barrier files to improve unit testing performance (#249)

* test: remove barrier files to improve unit testing performance

* chore: change check-types command
This commit is contained in:
Hayden
2024-01-19 21:10:00 +08:00
committed by GitHub
parent 1038a3a828
commit ecbbee32c7
171 changed files with 501 additions and 517 deletions

View File

@ -1,5 +1,5 @@
import { ImpalaSQL } from '../../../filters';
import { readSQL } from '../../../helper';
import ImpalaSQL from 'src/parser/impala';
import { readSQL } from 'test/helper';
const parser = new ImpalaSQL();

View File

@ -1,5 +1,5 @@
import { ImpalaSQL } from '../../../filters';
import { readSQL } from '../../../helper';
import ImpalaSQL from 'src/parser/impala';
import { readSQL } from 'test/helper';
const parser = new ImpalaSQL();

View File

@ -1,5 +1,5 @@
import { ImpalaSQL } from '../../../filters';
import { readSQL } from '../../../helper';
import ImpalaSQL from 'src/parser/impala';
import { readSQL } from 'test/helper';
const parser = new ImpalaSQL();

View File

@ -1,5 +1,5 @@
import { ImpalaSQL } from '../../../filters';
import { readSQL } from '../../../helper';
import ImpalaSQL from 'src/parser/impala';
import { readSQL } from 'test/helper';
const parser = new ImpalaSQL();

View File

@ -1,5 +1,5 @@
import { ImpalaSQL } from '../../../filters';
import { readSQL } from '../../../helper';
import ImpalaSQL from 'src/parser/impala';
import { readSQL } from 'test/helper';
const parser = new ImpalaSQL();

View File

@ -1,5 +1,5 @@
import { ImpalaSQL } from '../../../filters';
import { readSQL } from '../../../helper';
import ImpalaSQL from 'src/parser/impala';
import { readSQL } from 'test/helper';
const parser = new ImpalaSQL();

View File

@ -1,5 +1,5 @@
import { ImpalaSQL } from '../../../filters';
import { readSQL } from '../../../helper';
import ImpalaSQL from 'src/parser/impala';
import { readSQL } from 'test/helper';
const parser = new ImpalaSQL();

View File

@ -1,5 +1,5 @@
import { ImpalaSQL } from '../../../filters';
import { readSQL } from '../../../helper';
import ImpalaSQL from 'src/parser/impala';
import { readSQL } from 'test/helper';
const parser = new ImpalaSQL();

View File

@ -1,5 +1,5 @@
import { ImpalaSQL } from '../../../filters';
import { readSQL } from '../../../helper';
import ImpalaSQL from 'src/parser/impala';
import { readSQL } from 'test/helper';
const parser = new ImpalaSQL();

View File

@ -1,5 +1,5 @@
import { ImpalaSQL } from '../../../filters';
import { readSQL } from '../../../helper';
import ImpalaSQL from 'src/parser/impala';
import { readSQL } from 'test/helper';
const parser = new ImpalaSQL();

View File

@ -1,5 +1,5 @@
import { ImpalaSQL } from '../../../filters';
import { readSQL } from '../../../helper';
import ImpalaSQL from 'src/parser/impala';
import { readSQL } from 'test/helper';
const parser = new ImpalaSQL();