Merge pull request #1 from stoically/sync-tests
Add sync tests to mocha suite
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const assignManager = {
|
||||
window.assignManager = {
|
||||
MENU_ASSIGN_ID: "open-in-this-container",
|
||||
MENU_REMOVE_ID: "remove-open-in-this-container",
|
||||
MENU_SEPARATOR_ID: "separator",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const identityState = {
|
||||
window.identityState = {
|
||||
storageArea: {
|
||||
area: browser.storage.local,
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
const SYNC_DEBUG = true;
|
||||
|
||||
const sync = {
|
||||
window.sync = {
|
||||
storageArea: {
|
||||
area: browser.storage.sync,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user