parent
b69cc04856
commit
067da88d06
6 changed files with 5 additions and 5 deletions
@ -1,6 +1,6 @@ |
|||||||
import * as storage from './storage'; |
import * as storage from './storage'; |
||||||
import * as releaseNotes from './release-notes'; |
import * as releaseNotes from './release-notes'; |
||||||
import manifest from '../../../manifest.json'; |
import manifest from '../../../../manifest.json'; |
||||||
|
|
||||||
const NOTIFICATION_ID = 'vimvixen-update'; |
const NOTIFICATION_ID = 'vimvixen-update'; |
||||||
|
|
@ -1,5 +1,5 @@ |
|||||||
import * as versions from 'shared/versions'; |
import * as versions from 'background/shared/versions'; |
||||||
import manifest from '../../../manifest.json'; |
import manifest from '../../../../manifest.json'; |
||||||
|
|
||||||
describe("shared/versions/storage", () => { |
describe("shared/versions/storage", () => { |
||||||
describe('#checkUpdated', () => { |
describe('#checkUpdated', () => { |
@ -1,4 +1,4 @@ |
|||||||
import * as storage from 'shared/versions/storage'; |
import * as storage from 'background/shared/versions/storage'; |
||||||
|
|
||||||
describe("shared/versions/storage", () => { |
describe("shared/versions/storage", () => { |
||||||
describe('#load', () => { |
describe('#load', () => { |
Reference in new issue