Suppose I would like to test a javascript function, which processes strings, with QUnitin browser. Now I would like to read the input strings from files.
I guess I cannot use node.js modules to access the file system. I am thinking about calling the browser from the javascript to read a file by URL (file:/home/...)
Does it make sense? How would you suggest do it?