stevekane / promise-it-wont-hurt

A Workshopper module that teaches you to use promises in javascript
737 stars 219 forks source link

Where are the exercise files? #104

Open gabrielkunkel opened 8 years ago

gabrielkunkel commented 8 years ago

I don't know if this is the place to ask, but I was trying to resolve the issues with exercise 10 (#99) and when I looked into the exercise.js file for that exercise, all I see is:


var exercise      = require('workshopper-exercise')()
  , filecheck     = require('workshopper-exercise/filecheck')
  , execute       = require('workshopper-exercise/execute')
  , comparestdout = require('workshopper-exercise/comparestdout')

// checks that the submission file actually exists
exercise = filecheck(exercise)

// execute the solution and submission in parallel with spawn()
exercise = execute(exercise)

// compare stdout of solution and submission
exercise = comparestdout(exercise)

module.exports = exercise

Obviously this isn't where I would edit that exercise?

Could you point me in the right direction if I was to help fix the issues with exercise 10? Thanks so much.

kanishk-annamaneni commented 8 years ago

See in the solution folder instead