Open
Description
How to install:
$ node-waf configure
$ node-waf build
This took me about 15 minutes to figure out, though it might be an obvious idiom to people using node stuff day to day.
How to run test? Which tests to run?
running:
for i in tests/*.js; do
node $i
done
leads to the error:
/home/a2800276/projects/node/sqlite/node-sqlite-async/tests/test2.js:78
if (error) throw (error);
^
Error: no such table: foo
at node.js:204:9
I can't tell whether I'm not executing the test properly, or something is broken :(
Metadata
Metadata
Assignees
Labels
No labels