darklang / rescript-tea

The Elm Architecture for Rescript
Other
119 stars 9 forks source link

Add test cases from test project #14

Closed pbiggar closed 2 years ago

pbiggar commented 2 years ago

There's a test project over at https://github.com/OvermindDL1/bucklescript-testing. We should add the test code to our test suite. Some of it may already be there though.

OceanOak commented 2 years ago

Should I convert all the files inside src to rescript and add them to the rescript_tea test file?

pbiggar commented 2 years ago

Yes. First you'll need to take a look and see what exactly needs to be ported. We just want the sample app part. I think it's intermingled with the bucklescript-tea code in that repo, so you'll have to prise it apart a little bit, and probably make some adaptations.

pbiggar commented 2 years ago

Done.