mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-07-31 04:20:26 +02:00
@@ -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]
|
||||
|
Reference in New Issue
Block a user