Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit d80873d

Browse files
committed
Remove fit
1 parent d717004 commit d80873d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/calendar/recurring.spec.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ END:VEVENT
176176
]);
177177
});
178178

179-
fit('should fill occurrences for an event with an exdate', () => {
179+
it('should fill occurrences for an event with an exdate', () => {
180180
const component = parse(`
181181
BEGIN:VEVENT
182182
RRULE:FREQ=DAILY;COUNT=6
@@ -196,7 +196,7 @@ END:VEVENT
196196
]);
197197
});
198198

199-
fit('should fill occurrences for an all day event with an exdate', () => {
199+
it('should fill occurrences for an all day event with an exdate', () => {
200200
const component = parse(`
201201
BEGIN:VEVENT
202202
RRULE:FREQ=DAILY;COUNT=6
@@ -216,7 +216,7 @@ END:VEVENT
216216
]);
217217
});
218218

219-
fit('should fill occurrences for a UTC date with an exdate', () => {
219+
it('should fill occurrences for a UTC date with an exdate', () => {
220220
const component = parse(`
221221
BEGIN:VEVENT
222222
RRULE:FREQ=DAILY;COUNT=6

0 commit comments

Comments
 (0)