Detect-File-Encoding-And-Language icon indicating copy to clipboard operation
Detect-File-Encoding-And-Language copied to clipboard

File paths in tests/ are local to the developer's machine.

Open gl-yziquel opened this issue 2 years ago • 2 comments

In tests/node/node_test.js, on lines 11, 77 and 80, you've got hardcoded paths of the form /home/gignu. In consequence, npm run test fails when run on my machine.

gl-yziquel avatar Sep 28 '23 11:09 gl-yziquel

Hmmm. can't you change the hardcoded paths before running npm run test?

gignupg avatar Sep 28 '23 12:09 gignupg

I can do many things. I just like my software to build out of the box. Allows me write clean build files with my custom homegrown "continuous integration" system.

gl-yziquel avatar Sep 28 '23 12:09 gl-yziquel