I learned Expresso basically by looking at the js-traverse source. This is a good example because:
- It has a lot of tests.
- This is for a fairly simple library.
- Its
package.json configured correctly. It includes expresso as devDependency, so it will be installed when you run npm install . , and it includes a script test, so its tests can run with npm test .
source share