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:
@ -1,5 +1,5 @@
|
||||
import { MySQL } from '../../../filters';
|
||||
import { readSQL } from '../../../helper';
|
||||
import MySQL from 'src/parser/mysql';
|
||||
import { readSQL } from 'test/helper';
|
||||
|
||||
const parser = new MySQL();
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
import { MySQL } from '../../../filters';
|
||||
import { readSQL } from '../../../helper';
|
||||
import MySQL from 'src/parser/mysql';
|
||||
import { readSQL } from 'test/helper';
|
||||
|
||||
const parser = new MySQL();
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
import { MySQL } from '../../../filters';
|
||||
import { readSQL } from '../../../helper';
|
||||
import MySQL from 'src/parser/mysql';
|
||||
import { readSQL } from 'test/helper';
|
||||
|
||||
const parser = new MySQL();
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
import { MySQL } from '../../../filters';
|
||||
import { readSQL } from '../../../helper';
|
||||
import MySQL from 'src/parser/mysql';
|
||||
import { readSQL } from 'test/helper';
|
||||
|
||||
const parser = new MySQL();
|
||||
|
||||
|
Reference in New Issue
Block a user