You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 22, 2022. It is now read-only.
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.