Skip to content

Teeensy additional bits of documentation? #2

Open
@a2800276

Description

@a2800276

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions