deg-skeletor / skeletor-core

The core engine for the Skeletor family of build tools
0 stars 0 forks source link

pass skeletor API object to plugins and organize tests #25

Closed heaper closed 6 years ago

heaper commented 6 years ago

Skeletor core now passes an API object to a plugin's run() method as a third parameter. This is primarily to accommodate plugins like watch that need access to skeletor's runTask() method

I also organized the tests into suites.

aladage commented 6 years ago

Looks good!