Skip to content

Commit

Permalink
Merge pull request #489 from GatherPress/mauteri-test-update
Browse files Browse the repository at this point in the history
Remove unnecesary test.
  • Loading branch information
mauteri authored Jan 12, 2024
2 parents 4d0f979 + cb30e5e commit 285d843
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/unit/js/src/helpers/event.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ import { dateTimeMomentFormat } from '../../../../../src/helpers/datetime';
* Coverage for hasEventPast.
*/
describe('hasEventPast', () => {
it('returns false if not set', () => {
global.GatherPress = {};

expect(hasEventPast()).toBe(false);
});

it('returns true', () => {
global.GatherPress = {
event_datetime: {
Expand Down

0 comments on commit 285d843

Please sign in to comment.