Either I don’t understand dependencies vs. devDependencies in node 100% yet or eslint is just wrong here (not capable of analyzing this correctly): These are test dependencies, so why is it saying that they should be listed in dependencies? Additional note: We’re using Travis as our CI so I don’t know if it makes a difference for that at all
Tag: tdd
Testing browser extensions
I’m going to write bunch of browser extensions (the same functionality for each popular browser). I hope, that some of the code will be shared, but I’m not sure about this yet. For sure some of extensions will use native API. I have not much experience with TDD/BDD, and I thought it’s good time to start folowing these ideas from