mafintosh / csv-parser

Streaming csv parser inspired by binary-csv that aims to be faster than everyone else
MIT License
1.41k stars 134 forks source link

chore: use `process.execPath` rather than `node` in test #145

Closed Trott closed 4 years ago

Trott commented 4 years ago

This PR contains:

Breaking Changes?

If yes, please describe the breakage.

Please Describe Your Changes

Make sure that the test is run with the version of Node.js currently being used to execute the test suite, rather than whatever is first in the user's path.

shellscape commented 4 years ago

👍 thanks