-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Description
After some early conversations with @CompuIves in Discord, I'm starting this issue to begin discussions for adding support to run unit tests in CodeSandbox.
What i was thinking was a way to use codesandbox as a tool to support "learn by doing" environment where others can learn JS/React or any other topic by writing code to pass failing tests. There are other coding environments that allow this like tddbin and there are curriculums like nodeschool, js-assesment, es6-katas that exist; my proposal is to provide support for creating such a setup in codesandbox.
I was trying out something simple that would work for me given the current codesandbox setup, and created this: https://codesandbox.io/s/716lx85wk6
Baking in something like this that is native to the codesandbox site would make it really fun for folks to create and complete coding workshops.
Happy to hear thoughts from everyone and work together on it if this is interesting.