Skip to content

Commit

Permalink
unskip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Feb 28, 2024
1 parent 308bee0 commit f292ebb
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ describe('getMigrationSummary', () => {
`);
});

// TODO: bring this back in case we decide to keep the duplicated deps warning
it.skip('renders a summary with a warning if there are duplicated dependencies outside the allow list', () => {
it('renders a summary with a warning if there are duplicated dependencies outside the allow list', () => {
const summary = getMigrationSummary({
fixResults: {},
fixSummary: { succeeded: [], failed: {}, manual: [], skipped: [] },
Expand All @@ -134,8 +133,7 @@ describe('getMigrationSummary', () => {
`);
});

// TODO: bring this back in case we decide to keep the duplicated deps warning
it.skip('renders a basic summary if there are no duplicated dependencies or migrations', () => {
it('renders a basic summary if there are no duplicated dependencies or migrations', () => {
const summary = getMigrationSummary({
fixResults: {},
fixSummary: { succeeded: [], failed: {}, manual: [], skipped: [] },
Expand Down

0 comments on commit f292ebb

Please sign in to comment.