mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-04-20 05:11:53 +02:00
parent
20acca4bc8
commit
947883435f
@ -8,7 +8,7 @@ describe('slate-hyperscript', () => {
|
||||
let actual = {}
|
||||
|
||||
if (Array.isArray(output)) {
|
||||
actual = output
|
||||
actual = input
|
||||
} else {
|
||||
for (const key in output) {
|
||||
actual[key] = input[key]
|
||||
|
Loading…
x
Reference in New Issue
Block a user