@@ -6,95 +6,95 @@ source: crates/oxc_linter/src/tester.rs
66 1 │ require (' ./__mocks__' )
77 · ─────────────
88 ╰────
9- help : Instead use ` jest.mock` and import from the original module path .
9+ help : Instead use ` jest.mock` or ` vi.mock ` and import from the original module path .
1010
1111 ⚠ eslint - plugin - jest (no - mocks - import ): Mocks should not be manually imported from a ` __mocks__` directory .
1212 ╭─[no_mocks_import .tsx :1 :9 ]
1313 1 │ require (' ./__mocks__/' )
1414 · ──────────────
1515 ╰────
16- help : Instead use ` jest.mock` and import from the original module path .
16+ help : Instead use ` jest.mock` or ` vi.mock ` and import from the original module path .
1717
1818 ⚠ eslint - plugin - jest (no - mocks - import ): Mocks should not be manually imported from a ` __mocks__` directory .
1919 ╭─[no_mocks_import .tsx :1 :9 ]
2020 1 │ require (' ./__mocks__/index' )
2121 · ───────────────────
2222 ╰────
23- help : Instead use ` jest.mock` and import from the original module path .
23+ help : Instead use ` jest.mock` or ` vi.mock ` and import from the original module path .
2424
2525 ⚠ eslint - plugin - jest (no - mocks - import ): Mocks should not be manually imported from a ` __mocks__` directory .
2626 ╭─[no_mocks_import .tsx :1 :9 ]
2727 1 │ require (' __mocks__' )
2828 · ───────────
2929 ╰────
30- help : Instead use ` jest.mock` and import from the original module path .
30+ help : Instead use ` jest.mock` or ` vi.mock ` and import from the original module path .
3131
3232 ⚠ eslint - plugin - jest (no - mocks - import ): Mocks should not be manually imported from a ` __mocks__` directory .
3333 ╭─[no_mocks_import .tsx :1 :9 ]
3434 1 │ require (' __mocks__/' )
3535 · ────────────
3636 ╰────
37- help : Instead use ` jest.mock` and import from the original module path .
37+ help : Instead use ` jest.mock` or ` vi.mock ` and import from the original module path .
3838
3939 ⚠ eslint - plugin - jest (no - mocks - import ): Mocks should not be manually imported from a ` __mocks__` directory .
4040 ╭─[no_mocks_import .tsx :1 :9 ]
4141 1 │ require (' __mocks__/index' )
4242 · ─────────────────
4343 ╰────
44- help : Instead use ` jest.mock` and import from the original module path .
44+ help : Instead use ` jest.mock` or ` vi.mock ` and import from the original module path .
4545
4646 ⚠ eslint - plugin - jest (no - mocks - import ): Mocks should not be manually imported from a ` __mocks__` directory .
4747 ╭─[no_mocks_import .tsx :1 :19 ]
4848 1 │ import thing from ' ./__mocks__/index'
4949 · ───────────────────
5050 ╰────
51- help : Instead use ` jest.mock` and import from the original module path .
51+ help : Instead use ` jest.mock` or ` vi.mock ` and import from the original module path .
5252
5353 ⚠ eslint - plugin - jest (no - mocks - import ): Mocks should not be manually imported from a ` __mocks__` directory .
5454 ╭─[no_mocks_import .tsx :1 :9 ]
5555 1 │ require (' ./__mocks__' )
5656 · ─────────────
5757 ╰────
58- help : Instead use ` jest.mock` and import from the original module path .
58+ help : Instead use ` jest.mock` or ` vi.mock ` and import from the original module path .
5959
6060 ⚠ eslint - plugin - jest (no - mocks - import ): Mocks should not be manually imported from a ` __mocks__` directory .
6161 ╭─[no_mocks_import .tsx :1 :9 ]
6262 1 │ require (' ./__mocks__/' )
6363 · ──────────────
6464 ╰────
65- help : Instead use ` jest.mock` and import from the original module path .
65+ help : Instead use ` jest.mock` or ` vi.mock ` and import from the original module path .
6666
6767 ⚠ eslint - plugin - jest (no - mocks - import ): Mocks should not be manually imported from a ` __mocks__` directory .
6868 ╭─[no_mocks_import .tsx :1 :9 ]
6969 1 │ require (' ./__mocks__/index' )
7070 · ───────────────────
7171 ╰────
72- help : Instead use ` jest.mock` and import from the original module path .
72+ help : Instead use ` jest.mock` or ` vi.mock ` and import from the original module path .
7373
7474 ⚠ eslint - plugin - jest (no - mocks - import ): Mocks should not be manually imported from a ` __mocks__` directory .
7575 ╭─[no_mocks_import .tsx :1 :9 ]
7676 1 │ require (' __mocks__' )
7777 · ───────────
7878 ╰────
79- help : Instead use ` jest.mock` and import from the original module path .
79+ help : Instead use ` jest.mock` or ` vi.mock ` and import from the original module path .
8080
8181 ⚠ eslint - plugin - jest (no - mocks - import ): Mocks should not be manually imported from a ` __mocks__` directory .
8282 ╭─[no_mocks_import .tsx :1 :9 ]
8383 1 │ require (' __mocks__/' )
8484 · ────────────
8585 ╰────
86- help : Instead use ` jest.mock` and import from the original module path .
86+ help : Instead use ` jest.mock` or ` vi.mock ` and import from the original module path .
8787
8888 ⚠ eslint - plugin - jest (no - mocks - import ): Mocks should not be manually imported from a ` __mocks__` directory .
8989 ╭─[no_mocks_import .tsx :1 :9 ]
9090 1 │ require (' __mocks__/index' )
9191 · ─────────────────
9292 ╰────
93- help : Instead use ` jest.mock` and import from the original module path .
93+ help : Instead use ` jest.mock` or ` vi.mock ` and import from the original module path .
9494
9595 ⚠ eslint - plugin - jest (no - mocks - import ): Mocks should not be manually imported from a ` __mocks__` directory .
9696 ╭─[no_mocks_import .tsx :1 :19 ]
9797 1 │ import thing from ' ./__mocks__/index'
9898 · ───────────────────
9999 ╰────
100- help : Instead use ` jest.mock` and import from the original module path .
100+ help : Instead use ` jest.mock` or ` vi.mock ` and import from the original module path .
0 commit comments