Hi,
Is there a new developer doc that has the steps for setting up a windows box to build tedious and run all the tests and benchmarks?
Here is what I tried so far:
c:\src\tedious> npm install
Installed all the modules under node_modules\
c:\src\tedious> node node_modules\coffee-script\bin\coffee scripts\build.coffee
Generated files under lib\
C:\src\tedious> node node_modules\coffee-script\bin\coffee test\unit\token\colmetadata-token-parser-test.coffee
Generated test\unit\token\colmetadata-token-parser-test.js
C:\src\tedious>node test\unit\token\colmetadata-token-parser-test.js
No output. Tweaked the generated js file to introduce failure and re-ran. Didn't do much. I'm assuming the test didn't really run.
I'm new to NodeJS and CoffeeScript. I'm sure these are pretty basic questions. Appreciate pointers.
Thanks,
Prasad