push
github
1320 of 1468 branches covered (89.92%)
Branch coverage included in aggregate %.
104 of 2237 new or added lines in 31 files covered. (4.65%)
5289 of 8941 relevant lines covered (59.15%)
31.8 hits per line
NEW
|
import { ConfigBase } from './utils/config'; |
× |
NEW
|
import type { InitConfig } from './types/harmony'; |
× |
NEW
|
|
× |
NEW
|
export class Config extends ConfigBase<InitConfig> { |
× |
NEW
|
protected defaultConfig = () => {
|
× |
NEW
|
return {
|
× |
NEW
|
api: '', |
× |
NEW
|
clientOrigin: '',
|
× |
NEW
|
project: 'default', |
× |
NEW
|
title: '--', |
× |
NEW
|
enableSSL: null, |
× |
NEW
|
disabledPlugins: [], |
× |
NEW
|
autoRender: true,
|
× |
NEW
|
offline: false,
|
× |
NEW
|
logo: '',
|
× |
NEW
|
logoStyle: {}, |
× |
NEW
|
axios: null,
|
× |
NEW
|
}; |
× |
NEW
|
}; |
× |
NEW
|
} |
× |