Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sdadn committed Jan 13, 2024
1 parent 58eaae6 commit 84f932e
Show file tree
Hide file tree
Showing 20 changed files with 22 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
} from './helpers';

// TODO: fix failing test
describe.skip('Gantt -> Track -> Action', () => {
describe.skip('Gantt -> Track -> Action', () => {
let gantt = null;
let ganttChartContainer;
const axisData = Object.assign(getAxes(axisJSON), {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import {
* BF11272018.02 - Verify the system will allow consumers to utilize events within the Gantt Chart.
*/
// TODO: fix failing test
describe.skip('Gantt -> Track -> Event', () => {
describe.skip('Gantt -> Track -> Event', () => {
let gantt = null;
let ganttChartContainer;
const axisData = getAxes(axisJSON);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ describe('Gantt - Load', () => {
* CH02152019.01 - Verify when the track is loading, the system positions the track according to the index position.
*/
// TODO: fix failing test
describe.skip('Track loading at a index', () => {
describe.skip('Track loading at a index', () => {
describe('Validation', () => {
it('Throws error if input index is not valid', () => {
const content = utils.deepClone(primaryContent);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import {
} from '../../../../src/js/helpers/constants';

// TODO: fix failing test
describe.skip('Panning', () => {
describe.skip('Panning', () => {
let gantt = null;
let ganttChartContainer;
let consolewarn;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import {
} from '../../../../src/js/helpers/constants';

// TODO: fix failing test
describe.skip('Panning', () => {
describe.skip('Panning', () => {
let gantt = null;
let ganttChartContainer;
let consolewarn;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
} from './helpers';

// TODO: fix failing test
describe.skip('Gantt - Unload', () => {
describe.skip('Gantt - Unload', () => {
let gantt = null;
let ganttChartContainer;
let primaryContent = getData();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import {
} from './helpers';

// TODO: fix failing test
describe.skip('Gantt -> Track -> Task', () => {
describe.skip('Gantt -> Track -> Task', () => {
let gantt = null;
let ganttChartContainer;
const daysToMilliseconds = (d) => 24 * 60 * 60 * 1000 * d;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import {
} from './helpers';

// TODO: fix failing test
describe.skip('Gantt -> Track', () => {
describe.skip('Gantt -> Track', () => {
let gantt = null;
let ganttChartContainer;
beforeEach(() => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2458,7 +2458,7 @@ describe('Graph - Axes', () => {
graph.destroy();
axisDefault.y2 = '';
});
// TODO: fix failing test
// TODO: fix failing test
it.skip('Truncates if too long', () => {
const labelAxisObj = utils.deepClone(axisDefault);
labelAxisObj.y.label = largeLabel;
Expand Down Expand Up @@ -2517,7 +2517,7 @@ describe('Graph - Axes', () => {
graph.destroy();
axisDefault.y2 = '';
});
// TODO: fix failing test
// TODO: fix failing test
it.skip('Truncates if too long', () => {
const labelAxisObj = utils.deepClone(axisDefault);
labelAxisObj.y.label = largeLabel;
Expand Down Expand Up @@ -2570,7 +2570,7 @@ describe('Graph - Axes', () => {
graph.destroy();
axisDefault.y2 = '';
});
// TODO: fix failing test
// TODO: fix failing test
it.skip('Truncates if too long', () => {
const labelAxisObj = utils.deepClone(axisDefault);
labelAxisObj.y.label = largeLabel;
Expand Down Expand Up @@ -2632,7 +2632,7 @@ describe('Graph - Axes', () => {
graph.destroy();
axisDefault.y2 = '';
});
// TODO: fix failing test
// TODO: fix failing test
it.skip('Truncates if too long', () => {
const labelAxisObj = utils.deepClone(axisDefault);
labelAxisObj.y.label = largeLabel;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import styles from '../../../../src/js/helpers/styles';
import { getSVGAnimatedTransformList } from '../../../../src/js/helpers/transformUtils';
import utils from '../../../../src/js/helpers/utils';
import {
loadCustomJasmineMatcher,
PADDING_BOTTOM,
toNumber,
delay,
Expand Down Expand Up @@ -42,7 +41,6 @@ describe('Graph - Eventline', () => {
});

describe('Validates input props', () => {

// TODO: fix failing test
it('Process the default input with eventline throw error', () => {
expect(() => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import {
import utils from '../../../../src/js/helpers/utils';

// TODO: fix failing test
describe.skip('Graph - Panning', () => {
describe.skip('Graph - Panning', () => {
let graph = null;
let graphContainer;
const largeLabel = 'Project long display value which is only for testing, Project long display value which is only for testing '
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {
} from '../../../../src/js/helpers/constants';

// TODO: fix failing test
describe.skip('Graph - Panning', () => {
describe.skip('Graph - Panning', () => {
let graph = null;
let graphContainer;
let consolewarn;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import {
} from './helpers';

// TODO: fix failing test
describe.skip('Graph - Resize', () => {
describe.skip('Graph - Resize', () => {
let graph = null;
let graphContainer;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
} from './helpers';

// TODO: fix failing test
describe.skip('Graph - Unload', () => {
describe.skip('Graph - Unload', () => {
let graph = null;
let graphContainer;
let primaryContent;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {
} from './helpers';

// TODO: fix jest tests
describe.skip('Paired Result - Criticality', () => {
describe.skip('Paired Result - Criticality', () => {
let inputPrimary = null;
let pairedResultPrimaryContent = null;
let pairedResultSecondaryContent = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import {
} from './helpers';

// TODO: fix jest tests
describe.skip('Paired Result - Load', () => {
describe.skip('Paired Result - Load', () => {
let graphDefault = null;
let pairedResultGraphContainer;
beforeEach(() => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {
import errors from '../../../../src/js/helpers/errors';

// TODO: fix jest tests
describe.skip('PairedResult', () => {
describe.skip('PairedResult', () => {
let graphDefault = null;
let pairedResultGraphContainer;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { getSVGAnimatedTransformList } from '../../../../src/js/helpers/transfor
import utils from '../../../../src/js/helpers/utils';
import {
delay,
loadCustomJasmineMatcher,
PADDING_BOTTOM,
toNumber, triggerEvent,
} from '../../helpers/commonHelpers';
Expand All @@ -23,7 +22,7 @@ import {
import errors from '../../../../src/js/helpers/errors';

// TODO: fix jest tests
describe.skip('PairedResult', () => {
describe.skip('PairedResult', () => {
let graphDefault = null;
let pairedResultGraphContainer;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import {
} from './helpers';

// TODO: fix jest tests
describe.skip('Paired Result - Region', () => {
describe.skip('Paired Result - Region', () => {
let pairedResultPrimaryContent = null;
let data = null;
const inputSecondary = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
} from './helpers';

// TODO: fix jest tests
describe.skip('Paired Result - Unload', () => {
describe.skip('Paired Result - Unload', () => {
let graphDefault = null;
let pairedResultGraphContainer;
beforeEach(() => {
Expand Down

0 comments on commit 84f932e

Please sign in to comment.