Skip to content

Commit

Permalink
Merge pull request elastic#8020 from spalger/rename/StubBrowserStorage
Browse files Browse the repository at this point in the history
[test_utils] move StubBrowserStorage to a more central location

Former-commit-id: d6f17cf
  • Loading branch information
spalger authored Aug 18, 2016
2 parents 5d9b6c2 + a4273b8 commit 42086dd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/ui/public/chrome/api/__tests__/apps.js
Original file line number Diff line number Diff line change
@@ -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 () {
Expand Down
2 changes: 1 addition & 1 deletion src/ui/public/chrome/api/__tests__/nav.js
Original file line number Diff line number Diff line change
@@ -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';

Expand Down

0 comments on commit 42086dd

Please sign in to comment.