Closed lipsumar closed 9 years ago
Version 0.2.4 of minijasminenode uses deprecated util.print. Using latest nodeJS (0.12.5), it echoes a lot of util.print: Use console.log instead. This patch updates minijasminenode to 1.1.1 which fix this issue.
util.print
util.print: Use console.log instead
Since minijasminenode is fixed to Jasmine 1.x, LGTM.
landed in 0.3.0
Version 0.2.4 of minijasminenode uses deprecated
util.print
. Using latest nodeJS (0.12.5), it echoes a lot ofutil.print: Use console.log instead
. This patch updates minijasminenode to 1.1.1 which fix this issue.