Skip to content

Commit

Permalink
drop: intentionally fail CI checks
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin-jw committed Oct 24, 2023
1 parent 0f04f40 commit d037518
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/js/helpers/__tests__/toggle-class.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,8 @@ describe('toggleClass', () => {

expect(() => toggleClass(element, 'test-class')).not.toThrowError();
});

it('task fails successfully', () => {
expect(true).toEqual(false);
});
});

0 comments on commit d037518

Please sign in to comment.