You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
x ]8;;https://oxc.rs/docs/guide/usage/linter/rules/jest/valid-title.html\eslint-plugin-jest(valid-title)]8;;\: "Should not have an empty title"
10
+
,-[index.test.ts:1:10]
11
+
1|describe("", () => {
12
+
: ^^
13
+
2|//
14
+
`----
15
+
help: "Write a meaningful title for your test"
16
+
17
+
! ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-unused-vars.html\eslint(no-unused-vars)]8;;\: Variable 'foo' is declared but never used. Unused variables should start with a '_'.
18
+
,-[index.ts:1:7]
19
+
1 | const foo = 123;
20
+
: ^|^
21
+
: `--'foo'isdeclaredhere
22
+
`----
23
+
help: Consider removing this declaration.
24
+
25
+
x ]8;;https://oxc.rs/docs/guide/usage/linter/rules/jest/valid-title.html\eslint-plugin-jest(valid-title)]8;;\: "Should not have an empty title"
26
+
,-[index.test.ts:4:6]
27
+
3 |
28
+
4 | it("", () => {});
29
+
: ^^
30
+
5 | });
31
+
`----
32
+
help: "Write a meaningful title for your test"
33
+
34
+
Found1warningand2errors.
35
+
Finishedin <variable>ms on 2 files with 101 rules using 1 threads.
0 commit comments