Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/slicing pipeline add notification #2003

Merged
merged 10 commits into from
Aug 16, 2024
Prev Previous commit
Next Next commit
Delete sliced-pipeline-action-bar.test.js
Signed-off-by: Sajid Alam <sajid_alam@mckinsey.com>
SajidAlamQB committed Aug 15, 2024
commit 87cdae4c54852c8810c8811cd31db8ed07d1c19c

This file was deleted.


Unchanged files with check annotations Beta

// sliced-pipeline-action-bar.test.js
import React from 'react';
import { render, screen } from '@testing-library/react';

Check warning on line 3 in src/components/sliced-pipeline-action-bar/sliced-pipeline-action-bar.test.js

GitHub Actions / javascript_lint_and_tests

'screen' is defined but never used

Check warning on line 3 in src/components/sliced-pipeline-action-bar/sliced-pipeline-action-bar.test.js

GitHub Actions / javascript_lint_and_tests

'screen' is defined but never used
import { SlicedPipelineActionBar } from './sliced-pipeline-action-bar';
describe('SlicedPipelineActionBar', () => {
import React from 'react';
import classnames from 'classnames';
import { sidebarWidth } from '../../config';

Check warning on line 3 in src/components/sliced-pipeline-notification/sliced-pipeline-notification.js

GitHub Actions / javascript_lint_and_tests

'sidebarWidth' is defined but never used

Check warning on line 3 in src/components/sliced-pipeline-notification/sliced-pipeline-notification.js

GitHub Actions / javascript_lint_and_tests

'sidebarWidth' is defined but never used
import './sliced-pipeline-notification.scss';