|
|
|
|
|
by austenallred
2966 days ago
|
|
This is a really simple but basic one. Market size might not be billions of dollars, but a basic learning management system along the lines of Teachable/Udemy that allows for code with built-in testing would be used overnight by a dozen code bootcamps and would pull a lot of people out of the other platforms. Maybe it's just a feature, not a full product, but it makes any "learn to code" MOOC unusable. |
|
Jest and Mocha both have a watch feature that will test a file each time it is saved for "continuous testing", much like using Gulp watch or any type of dev live server environment.
Also Jest features Snapshot testing which will take a picture of a UI and test all changes made to the UI, as well as alerting you in tests if the UI has changed. I could see this being used in bootcamps as well.