lgrignon/jsweet-maven-plugin

Test classes conversion

Closed this issue · 2 comments

Hi
Is it possible to covert test classes? I have tried to use but seems like it undersent only **/*.java. If I put something like src/test/java/**/*.java transplanter ignores everything

Thanks
Arseniy Isakov

Hi @isakovarseniy
You can include your unit test sources using the option of the JSweet maven plugin.
The node example shows an example use case:
https://github.com/lgrignon/jsweet-node-example/blob/master/pom.xml#L39

Please close this issue if this suits your need

Thanks