gf3 / sandbox

A nifty JavaScript sandbox for Node.js
ISC License
844 stars 123 forks source link

Fix sandboxed console.log and tests #30

Closed emschwartz closed 10 years ago

emschwartz commented 10 years ago

Mocha was not properly running the tests because the done function was not used. This caused the fact that console.log was undefined inside the sandbox to be overlooked.