Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inject cljs.test/report defmethod from runner. #3

Closed
nfisher opened this issue Nov 8, 2017 · 0 comments
Closed

Inject cljs.test/report defmethod from runner. #3

nfisher opened this issue Nov 8, 2017 · 0 comments

Comments

@nfisher
Copy link
Owner

nfisher commented Nov 8, 2017

Given the user types `lein nashtest watch`
When the task starts
Then a defmethod without js/exit should be injected before executing `:runner`.

Given the user types `lein nashtest`
When the task starts
Then a defmethod with js/exit should be injected before executing `:runner`.
nfisher added a commit that referenced this issue Nov 8, 2017
* Add two targets "once" and "watch".
* Default target is build once.
* In order to be effective depends on #3.
nfisher added a commit that referenced this issue Nov 8, 2017
* Overide Nashorn's exit command.
* Refactor run-once and watch into individual ns.
@nfisher nfisher closed this as completed in 0a4cdf9 Nov 9, 2017
nfisher added a commit that referenced this issue Nov 9, 2017
- add example for watch task.
- remove defmethod from test runner.
- demonstrate use of :test-main.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant