cometkim / rescript-vitest

ReScript bindings to Vitest
MIT License
42 stars 9 forks source link

JSX #12

Closed vasco3 closed 1 year ago

vasco3 commented 1 year ago

does it support testing React components?

cometkim commented 1 year ago

Please describe your issue?

vasco3 commented 1 year ago

I would like to test modules with React components like in this example https://github.com/vitest-dev/vitest/blob/main/examples/react/test/basic.test.tsx

looks like it requires an extension .jsx but not sure how would this work with vitest and rescript

sounds like it isn't a concern from this lib