I have found virtually no documentation other than the official one dealing with the JavaScript TDD framework written for nodejs called Expresso. Any help?
I have found virtually no documentation other than the official one dealing with the
Share
I learned Expresso mainly by looking at the source for js-traverse. It’s a good example because:
package.jsonset up properly. It includes expresso as a devDependency so it will get installed when runningnpm install ., and it includes a test script so its tests can be run withnpm test.