Adds busted targets for atom-build.
This package add busted targets for atom-build if .busted
(see busted: Predefined Busted Tasks)
exists in project root directory.
Here is minimal .busted
file if you just want to run busted
:
return {}
Limitation: Currently this package can only parse .busted
which return a
table constructor expression. That is the follow .busted
will parsed:
return {...}
and this will not parsed (you only got default busted target):
local t = {mytask = {...}}return t
.busted
file for your project.apm install build build-busted
.Ideas, bugs and pull requests please go to GitHub xpol/atom-build-busted.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.