This repository was archived by the owner on Jun 27, 2020. It is now read-only.
This repository was archived by the owner on Jun 27, 2020. It is now read-only.
Support adding to karma files #30
Open
Description
It'd be great if there was support for adding additional karma files.
Something like:
karma {
files = [pattern: "resources/main/tzdata-latest/**", watched: false, served: true, included: false]
}
This could be achieved by concatenating here:
This would enable workflows where the code being tested needs access to external resources.