Merge pull request #8020 from spalger/rename/StubBrowserStorage

[test_utils] move StubBrowserStorage to a more central location
This commit is contained in:
Spencer 2016-08-17 20:40:24 -07:00 committed by GitHub
commit d6f17cfde7
3 changed files with 2 additions and 2 deletions

View file

@ -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 () {

View file

@ -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';