[core_plugins/test_bundle] fix paths.

This commit is contained in:
Aleh Zasypkin 2018-11-29 14:17:22 +01:00
parent fac1a6d485
commit 7284ac5ee3
4 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,7 @@
*/
import { fromRoot } from '../../utils';
import { fromRoot } from '../../../utils';
import { chain } from 'lodash';
import { resolve } from 'path';
import { fromNode } from 'bluebird';

View file

@ -17,7 +17,7 @@
* under the License.
*/
import { fromRoot } from '../../utils';
import { fromRoot } from '../../../utils';
import findSourceFiles from './find_source_files';
import { createTestEntryTemplate } from './tests_entry_template';

View file

@ -17,7 +17,7 @@
* under the License.
*/
import pkg from '../../../package.json';
import pkg from '../../../../package.json';
export const createTestEntryTemplate = (defaultUiSettings) => (bundle) => `
/**

View file

@ -18,4 +18,4 @@
*/
require('angular');
require('../../../../node_modules/angular-mocks/angular-mocks.js');
require('../../../../../node_modules/angular-mocks/angular-mocks.js');