sonatype-nexus-community / copy-modules-webpack-plugin

A Webpack plugin which copies module sources to a separate directory
Apache License 2.0
18 stars 7 forks source link

Migrate test to jest (1.x) #12

Closed rpokorny closed 4 years ago

rpokorny commented 4 years ago

In preparation for adding more configuration options and thus more testing scenarios, a proper test framework is desired. Therefore this PR adds jest and migrates the existing one-off test to use it.

This is the equivalent of #9 but for the 1.x branch of the plugin