add a test build
This commit is contained in:
parent
f6497432a3
commit
b409346416
1 changed files with 6 additions and 3 deletions
|
@ -2,10 +2,13 @@
|
||||||
"src/test"]
|
"src/test"]
|
||||||
:dependencies [[orchestra "2018.12.06-2"]]
|
:dependencies [[orchestra "2018.12.06-2"]]
|
||||||
:builds {:dev {:target :node-library
|
:builds {:dev {:target :node-library
|
||||||
:output-to "target/lib-mastodon-bot.js"
|
:output-to "target/node-lib.js"
|
||||||
:exports {:infra mastodon-bot.core/-main}
|
:exports {:infra mastodon-bot.core/-main}
|
||||||
:repl-pprint true
|
:repl-pprint true}
|
||||||
}
|
:test {:target :node-test
|
||||||
|
:output-to "target/node-tests.js"
|
||||||
|
:ns-regexp "test$"
|
||||||
|
:autorun true}
|
||||||
:app {:target :node-script
|
:app {:target :node-script
|
||||||
:output-to "target/mastodon-bot.js"
|
:output-to "target/mastodon-bot.js"
|
||||||
:main mastodon-bot.core/main
|
:main mastodon-bot.core/main
|
||||||
|
|
Reference in a new issue