MCPcopy
hub / github.com/fullcalendar/fullcalendar / pushOptions

Function pushOptions

packages/vanilla-tests/src/lib/global-utils.ts:33–37  ·  view source on GitHub ↗
(options: CalendarOptions)

Source from the content-addressed store, hash-verified

31// ---------------------------------------------------------------------------------------------------------------------
32
33function pushOptions(options: CalendarOptions) {
34 beforeEach(() => {
35 optionsStack.push(options)
36 })
37}
38
39// called within an `it`
40// needs to be called *before* initCalendar

Callers 15

global-plugins.tsFile · 0.90
title.tsFile · 0.85
prev-button.tsFile · 0.85
customButtons.tsFile · 0.85
next-button.tsFile · 0.85
today-button.tsFile · 0.85
DayGrid-events.tsFile · 0.85
select-callback.tsFile · 0.85
event-coloring.tsFile · 0.85
weekLabel.tsFile · 0.85
more-link-text.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…