Skip to content

Commit 2317921

Browse files
committed
refactor(test): remove duplicate vitest-environment directive
The @vitest-environment node directive was declared twice - once in the docblock (correct location) and once as a standalone comment (redundant). Removed the duplicate standalone comment to eliminate confusion and follow standard vitest configuration practices.
1 parent abc6f35 commit 2317921

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/socket-sdk-retry.test.mts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* @vitest-environment node
44
*/
55

6-
// @vitest-environment node
76
// Run these tests in isolated mode to prevent nock state bleeding
87
import nock from 'nock'
98
import { describe, expect, it } from 'vitest'

0 commit comments

Comments
 (0)