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