mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-14 03:43:50 +00:00
refactor: extract entry creation logic
This commit is contained in:
committed by
Carlos Valente
parent
5777ef3532
commit
4827117163
@@ -1,4 +1,6 @@
|
||||
import { isEmptyObject, makeString, removeUndefined } from '../parserUtils.js';
|
||||
import { makeString } from 'ontime-utils';
|
||||
|
||||
import { isEmptyObject, removeUndefined } from '../parserUtils.js';
|
||||
|
||||
describe('isEmptyObject()', () => {
|
||||
test('finds an empty object', () => {
|
||||
|
||||
Reference in New Issue
Block a user