Since jasmine is provided by the jasmine-es6 wrapper, the additional jasmine dependency is not only superfluous, but also harmful. Depending on the module installation order, the executable of one of the two packages may be eventually written to node_modules/.bin, while we always need the jasmine-es6 executable there.
Since jasmine is provided by the
jasmine-es6
wrapper, the additionaljasmine
dependency is not only superfluous, but also harmful. Depending on the module installation order, the executable of one of the two packages may be eventually written tonode_modules/.bin
, while we always need thejasmine-es6
executable there.