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 d10ee4a commit 2b67fa6Copy full SHA for 2b67fa6
1 file changed
packages/utils/tests/errors.test.ts
@@ -18,6 +18,9 @@ describe('Errors', () => {
18
fieldName: 'id',
19
parentType: { name: 'Test' },
20
});
21
+
22
+ expect(newError.path).toEqual(['test', 1, 'id']);
23
24
if (versionInfo.major >= 16) {
25
expect(getSchemaCoordinate(newError)).toEqual('Test.id');
26
}
0 commit comments