guardian / scribe-plugin-noting

9 stars 3 forks source link

Use JSX within test files #71

Open cutandpastey opened 9 years ago

cutandpastey commented 9 years ago

I'm starting to get confused when constructing trees to test. We should probably think of pre-processing the test files so we could use JSX. A incredibly brief search found me this: https://github.com/Raynos/mercury-jsx I'm open to other implementations if there are any that are better.

robinedman commented 9 years ago

I think this sounds like a good idea. mercury-jsx is probably a good choice as we're using part of mercury already (all the virtual-dom libraries).