We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f01cc6 commit 3403c7bCopy full SHA for 3403c7b
src/resolver/Entity/index.spec.js
@@ -1,4 +1,4 @@
1
-import entity from './';
+import entity from './index';
2
3
test('provides empty resolver for data without relationship', () =>
4
expect(entity('posts', { posts: [] })).toEqual({}));
0 commit comments