Skip to content
This repository has been archived by the owner on Oct 22, 2022. It is now read-only.

Testing

Greg Leppert edited this page Oct 26, 2016 · 1 revision

When using the Leiningen template, sample tests are generated along with a test runner that utilizes Doo. To run them using Node, for example, you would execute the following:

$ lein new cljs-lambda my-lambda-project
$ cd my-lambda-project
$ lein doo node my-lambda-project-test once

For further help running CLJS tests, see the Doo documentation.

Clone this wiki locally