CodingTrain / Suggestion-Box

A repo to track ideas for topics
568 stars 86 forks source link

Test Driven Development with a testing framework like jest or mocha #1805

Open butayama opened 10 months ago

butayama commented 10 months ago

Hi, I have difficulties to test processing (p5.js) modules. Any hints to BDD or TDD workflows with p5.js modules are welcome. I studied the example at tdd but can't understand how it could help me testing modules with p5.Table functions.

I just post a question at stack overflow with a code and test example and would be happy to provide further details on my query if needed.