diff --git a/crates/oxc_linter/src/utils/jest.rs b/crates/oxc_linter/src/utils/jest.rs index d6fe78cfa1ebd..987b7f8570ebb 100644 --- a/crates/oxc_linter/src/utils/jest.rs +++ b/crates/oxc_linter/src/utils/jest.rs @@ -152,7 +152,7 @@ pub fn collect_possible_jest_call_node<'a, 'b>( // ``` // import { jest as Jest } from '@jest/globals'; // Jest.setTimeout(800); - // test('test', () => { + // test('test', () => { // expect(1 + 2).toEqual(3); // }); // ```