mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-22 23:12:52 +02:00
update transforms tests
This commit is contained in:
@@ -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))
|
||||
})
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user