mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-02-24 09:13:24 +01:00
update transforms tests
This commit is contained in:
parent
6822e8b5ec
commit
48411c769f
@ -173,7 +173,7 @@ describe('transforms', async () => {
|
||||
let state = Raw.deserialize(input, { terse: true })
|
||||
state = fn(state)
|
||||
const output = Raw.serialize(state, { terse: true })
|
||||
strictEqual(strip(output), strip(expected))
|
||||
assert.deepEqual(strip(output), strip(expected))
|
||||
})
|
||||
}
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user