You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I would like to know how workshopper module works. I checked the promise-it-won't-hurt nodeschool exercise, and it seems to me that workshopper takes the student's submission, and solution provided - then compares both.
Is there any way for someone to use this workshopper module without providing solutions directly, and rather just provide test cases for expected solution in, say, Mocha and Chai JS?
I know it's not an issue, but I could not find any mailing list. Apologies for posting it under issues.
The text was updated successfully, but these errors were encountered:
I only understand enough of workshopper to get by, but in that case that's enough. I'm writing a D3 workshopper, using mocha and chai to test the solutions (+ ES6, jsdom and D3, but that's less relevant).
I have no idea if those are the proper hooks for this scenario, and I'm passing a global variable around that contains the user's solution, but hey it works! I stumbled upon this pattern while creating a PR for a React workshopper: https://github.com/asbjornenge/thinking-in-react.
I intend to extract a "jsdom ES6 mocha workshopper" boilerplate from this code once I'm done with it.
Hi, I would like to know how workshopper module works. I checked the promise-it-won't-hurt nodeschool exercise, and it seems to me that workshopper takes the student's submission, and solution provided - then compares both.
Is there any way for someone to use this workshopper module without providing solutions directly, and rather just provide test cases for expected solution in, say, Mocha and Chai JS?
I know it's not an issue, but I could not find any mailing list. Apologies for posting it under issues.
The text was updated successfully, but these errors were encountered: