mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[test_utils] move StubBrowserStorage to a more central location
This commit is contained in:
parent
b98339b130
commit
59c84f0fe8
3 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
import expect from 'expect.js';
|
||||
|
||||
import setup from '../apps';
|
||||
import StubBrowserStorage from '../../__tests__/fixtures/stub_browser_storage';
|
||||
import StubBrowserStorage from 'test_utils/stub_browser_storage';
|
||||
|
||||
describe('Chrome API :: apps', function () {
|
||||
describe('#get/setShowAppsLink()', function () {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import expect from 'expect.js';
|
||||
|
||||
import initChromeNavApi from 'ui/chrome/api/nav';
|
||||
import StubBrowserStorage from '../../__tests__/fixtures/stub_browser_storage';
|
||||
import StubBrowserStorage from 'test_utils/stub_browser_storage';
|
||||
|
||||
const basePath = '/someBasePath';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue