xolvio / qualityfaster

An example project showing how to create robust and maintainable acceptance tests
262 stars 58 forks source link

Why is Lodash required? #57

Closed queso closed 6 years ago

queso commented 8 years ago

I am minimally copying over what I need and I noticed that the build-and-cache-deps script is requiring Lodash, but doesn't seem to use it?

What is the point of this line: https://github.com/xolvio/automated-testing-best-practices/blob/master/.scripts/cache-build-and-dependencies.js#L3 ?

ghost commented 8 years ago

It is unused, so you can safely remove the line.