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 d959c55 commit b5fdec6Copy full SHA for b5fdec6
packages/plugin/src/rules/no-unused-fields/index.test.ts
@@ -51,7 +51,7 @@ const ruleTester = new RuleTester<ParserOptionsForTests>({
51
});
52
53
const example = rule.meta.docs!.examples!.find(example => example.title.includes('ignoring'));
54
-const [RELAY_SCHEMA, RELAY_QUERY] = example!.code.split('# query');
+const [RELAY_SCHEMA, RELAY_QUERY] = example!.code.split('### 2️⃣ YOUR QUERY');
55
56
ruleTester.run('no-unused-fields', rule, {
57
valid: [
0 commit comments