Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oliger committed Aug 12, 2021
1 parent c809619 commit 651b9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/slate/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe('slate', () => {
assert.deepEqual(editor.children, output.children)
assert.deepEqual(editor.selection, output.selection)
})
fixtures(__dirname, 'utils', ({ module }) => {
fixtures(__dirname, 'utils/deep-equal', ({ module }) => {
let { input, test, output } = module
if (Editor.isEditor(input)) {
input = withTest(input)
Expand Down

0 comments on commit 651b9fc

Please sign in to comment.