Open StephanBijzitter opened 3 years ago
Due to Windows file paths, jest wasn't able to find any test files and due to rm not being available on Windows, coverage could not be created.
Updating the test matcher and replacing rm with rimraf (a node dependency) allows Windows to run this project properly when developing locally
x
[ ]
All committers have signed the CLA.
Thank you for this. I implemented your changes in my fork: https://github.com/melloware/csp-webpack-plugin
Summary
Due to Windows file paths, jest wasn't able to find any test files and due to rm not being available on Windows, coverage could not be created.
Updating the test matcher and replacing rm with rimraf (a node dependency) allows Windows to run this project properly when developing locally
Requirements (place an
x
in each[ ]
)