Bob-s-Fullstack-Builders / open-code-harmony

We'll make our own CodeWars! With solution sharing and learning as a focus!
MIT License
0 stars 0 forks source link

Simplify test creation #7

Open JimOfLeisure opened 2 years ago

JimOfLeisure commented 2 years ago

Right now we just have a test.js file with Mocha & assert descriptions, but truly all we're doing is defining parameter sets and the results they should match. We should be able to make a web form that can turn those into Mocha test code without the challenge creator needing to understand how to write tests for Mocha and assert.

This issue is for anyone who wants to give that a shot.