Skip to content

Commit

Permalink
Ignoring some modules
Browse files Browse the repository at this point in the history
  • Loading branch information
kobelb committed Sep 7, 2018
1 parent 6b011d3 commit 0674263
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x-pack/test/saved_object_api_integration/common/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
* you may not use this file except in compliance with the Elastic License.
*/

// @ts-ignore
import { resolveKibanaPath } from '@kbn/plugin-helpers';
import path from 'path';
import { TestInvoker } from './lib/types';
// @ts-ignore
import { EsProvider } from './services/es';

interface CreateTestConfigOptions {
Expand Down
2 changes: 2 additions & 0 deletions x-pack/test/spaces_api_integration/common/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
* you may not use this file except in compliance with the Elastic License.
*/

// @ts-ignore
import { resolveKibanaPath } from '@kbn/plugin-helpers';
import path from 'path';
import { TestInvoker } from './lib/types';
// @ts-ignore
import { EsProvider } from './services/es';

interface CreateTestConfigOptions {
Expand Down

0 comments on commit 0674263

Please sign in to comment.