mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 17:58:43 -05:00
chore: offboard hide dim mea flags (#1699)
This commit is contained in:
@@ -208,8 +208,6 @@ describe('nucleus', () => {
|
|||||||
test('should allow for default flags and overrides', () => {
|
test('should allow for default flags and overrides', () => {
|
||||||
const defaultFlags = {
|
const defaultFlags = {
|
||||||
KPI_REACTCOLORPICKER: true,
|
KPI_REACTCOLORPICKER: true,
|
||||||
IM_1869_HIDE_DIM_MEA_LINE: true,
|
|
||||||
IM_1579_HIDE_DIM_MEA: true,
|
|
||||||
CLIENT_IM_3365: true,
|
CLIENT_IM_3365: true,
|
||||||
};
|
};
|
||||||
const nuked = Nuked.createConfiguration({ flags: { foo: true } });
|
const nuked = Nuked.createConfiguration({ flags: { foo: true } });
|
||||||
|
|||||||
@@ -125,8 +125,6 @@ const DEFAULT_CONFIG = {
|
|||||||
anything: {},
|
anything: {},
|
||||||
flags: {
|
flags: {
|
||||||
KPI_REACTCOLORPICKER: true,
|
KPI_REACTCOLORPICKER: true,
|
||||||
IM_1869_HIDE_DIM_MEA_LINE: true,
|
|
||||||
IM_1579_HIDE_DIM_MEA: true,
|
|
||||||
CLIENT_IM_3365: true,
|
CLIENT_IM_3365: true,
|
||||||
},
|
},
|
||||||
snapshot: DEFAULT_SNAPSHOT_CONFIG,
|
snapshot: DEFAULT_SNAPSHOT_CONFIG,
|
||||||
|
|||||||
Reference in New Issue
Block a user