mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-20 22:49:18 +00:00
feat: editor layout
This commit is contained in:
committed by
Carlos Valente
parent
967e92e2c8
commit
da02ecd113
@@ -2,14 +2,14 @@ import type { OntimeDelay, OntimeEntry, OntimeEvent, OntimeGroup } from 'ontime-
|
||||
import { SupportedEntry } from 'ontime-types';
|
||||
|
||||
import {
|
||||
getFirstGroupNormal,
|
||||
getLastEvent,
|
||||
getLastNormal,
|
||||
getLastGroupNormal,
|
||||
getLastNormal,
|
||||
getNext,
|
||||
getNextEvent,
|
||||
getNextGroupNormal,
|
||||
getNextNormal,
|
||||
getFirstGroupNormal,
|
||||
getPrevious,
|
||||
getPreviousEvent,
|
||||
getPreviousGroup,
|
||||
@@ -17,7 +17,7 @@ import {
|
||||
getPreviousNormal,
|
||||
swapEventData,
|
||||
} from './rundownUtils';
|
||||
import { demoDb } from '../../../../apps/server/src/models/demoProject';
|
||||
import { demoDb } from './rundownUtils.mock';
|
||||
|
||||
describe('getNext()', () => {
|
||||
it('returns the next event of type event', () => {
|
||||
|
||||
Reference in New Issue
Block a user