wking-io / elm-live

⚡ A flexible dev server for Elm. Live reload included.
https://elm-live.com
MIT License
1.05k stars 61 forks source link

[QUESTION] Plans for tests #234

Open giulianok opened 4 years ago

giulianok commented 4 years ago

I saw that there are no tests yet but there's a test.js file, telling me that it was initially planned https://github.com/wking-io/elm-live/blob/master/lib/test.js.

I would like to know more about it and help to achieve it.

I would also like to know if JS will still be the language to go and if there's any plan to either use a typed superset like Typescript or use another FP language like Haskell