mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[imports] fix old testUtils import
This commit is contained in:
parent
7819fa984d
commit
d4b9c116a6
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import sinon from 'auto-release-sinon';
|
|||
|
||||
import RequestQueueProv from '../../_request_queue';
|
||||
import SearchSourceProv from '../search_source';
|
||||
import StubIndexPatternProv from 'testUtils/stub_index_pattern';
|
||||
import StubIndexPatternProv from 'test_utils/stub_index_pattern';
|
||||
|
||||
describe('SearchSource', function () {
|
||||
require('test_utils/no_digest_promises').activateForSuite();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue