Skip to content

Commit 0fbe6e0

Browse files
committed
tests: Use storyshots for making snapshot tests of storybook entries
1 parent e014f23 commit 0fbe6e0

File tree

5 files changed

+998
-1
lines changed

5 files changed

+998
-1
lines changed

Diff for: __mocks__/react-dnd-html5-backend.js

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/* eslint-disable import/no-extraneous-dependencies */
2+
import TestBackend from 'react-dnd-test-backend';
3+
4+
module.exports = TestBackend;

0 commit comments

Comments
 (0)