2gis / slot

JavaScript фреймворк, позволяющий быстро и просто создавать модульные изоморфные приложения.
http://2gis.github.io/slot
BSD 2-Clause "Simplified" License
86 stars 10 forks source link

Incorrect glob for test runner #220

Closed fobos closed 8 years ago

fobos commented 8 years ago

In tests runner we are using next glob: **/*.spec.js. That glob includes files even from node_modules folder.

  1. It means that we try to run test from all dependencies. Travis confirmed it
  2. On MacOS test doesn't work (in case of some unmet dev dependencies of our dependencies)

Yeah Baby!