MCPcopy Index your code
hub / github.com/mailvelope/mailvelope / SEEDED_PREFS

Function SEEDED_PREFS

test/unit/modules/defaults.test.js:42–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40];
41
42const SEEDED_PREFS = version => ({
43 version,
44 security: {bgIcon: 'icon.png', bgColor: 'blue', hide_armored_header: false},
45 general: {prefer_gnupg: true},
46 provider: {gmail_integration: true},
47 keyserver: {autocrypt_lookup: false, key_binding: true, mvelo_tofu_lookup: true, oks_lookup: true, wkd_lookup: true}
48});
49
50describe('defaults.init() — per-branch correctness + gate opens', () => {
51 beforeEach(() => {

Callers 1

defaults.test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected