Fix storybook by shimming MV3 method (#15749)

feature/default_network_editable
David Walsh 2 years ago committed by GitHub
parent 8c8539d1f5
commit 4de0f86a15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      .storybook/__mocks__/webextension-polyfill.js

@ -1,4 +1,8 @@
module.exports = {
runtime: {},
};
runtime: {
getManifest: () => {
return { manifest_version: 2 };
}
},
};
Loading…
Cancel
Save