nodeunit icon indicating copy to clipboard operation
nodeunit copied to clipboard

Machinecode reporter: Filter stack line with errors in types.js

Open kusnier opened this issue 13 years ago • 0 comments

  • Without this filter the filename is wrong
  • This makes problems with the vim plugins: nodeunit.vim and vim-markgreen On unit test errors vim jumps to the types.js file

Same solution as in https://github.com/kusnier/nodeunit/blob/master/lib/reporters/tap.js#L52

kusnier avatar Mar 04 '12 20:03 kusnier