push
github
432 of 685 branches covered (63.07%)
Branch coverage included in aggregate %.
24 of 39 new or added lines in 3 files covered. (61.54%)
7339 of 14840 relevant lines covered (49.45%)
0.99 hits per line
|
import lsp from 'local-storage-proxy' |
|
|
import { defaultFrontendFlags } from '../../plugins/flags/frontend-flags.js' |
24✔ |
|
|
24✔ |
|
export const state = lsp('breadcrum', { |
24✔ |
|
defaults: {
|
24✔ |
|
user: null, |
24✔ |
|
apiUrl: '/api', |
24✔ |
|
host: process.env.HOST,
|
24✔ |
|
transport: process.env.TRANSPORT,
|
24✔ |
|
sensitive: false, |
24✔ |
|
toread: false, |
24✔ |
|
starred: false, |
24✔ |
|
flags: defaultFrontendFlags
|
24✔ |
|
}, |
24✔ |
|
lspReset: 6 |
24✔ |
|
}) |
24✔ |
|
|
24✔ |
|
if (typeof window !== 'undefined') { |
|
NEW
|
window.state = state |
× |
NEW
|
} |
× |