Fix InputPrompt.test.tsx to be windows compatible (#4736)

This commit is contained in:
Tommaso Sciortino 2025-07-23 15:49:09 -07:00 committed by GitHub
parent 2e28bb90a0
commit e9e2f55144
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 94 additions and 53 deletions

View file

@ -14,6 +14,7 @@
"module": "NodeNext",
"moduleResolution": "nodenext",
"target": "es2022",
"types": ["node", "vitest/globals"]
"types": ["node", "vitest/globals"],
"jsx": "react-jsx"
}
}