webpack-contrib / webpack-canary

Canary tooling for checking webpack dependencies against specific webpack versions
MIT License
47 stars 11 forks source link

Stop using node_modules for testing #30

Closed DarkoKukovec closed 6 years ago

DarkoKukovec commented 6 years ago

Install test modules (webpack and dependency) into a separate test_modules folder in order to avoid node_modules polution.

PR for issue #22

TheLarkInn commented 6 years ago

Looks great. Nice work. Feel free to merge.