Is it possible to create and run test suites for custom client-side JavaScript, not created as Node modules? How should the configuration be altered then?
There is loader section in the Intern configuration, specifying the packages that will be loaded, if I get it right. Is it necessary to include my custom JS code here somehow?
Where shall I put my test suites and how should they look like, when they are not belonging to any Node package, only to my custom JS code, again. In other words, how will I "load" and run them?
I have tried to get it work in some way, whereas I am not experienced with Node. My attempts resulted like this:
$ node client.js config=tests/js/intern
Defaulting to "console" reporter