node-sqlite icon indicating copy to clipboard operation
node-sqlite copied to clipboard

Teeensy additional bits of documentation?

Open a2800276 opened this issue 14 years ago • 0 comments

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 :(

a2800276 avatar Jul 03 '10 17:07 a2800276