OpusCapita / react-crudeditor

OpusCapita React CRUD Editor

Home Page:https://opuscapita.github.io/react-crudeditor/branches/master/?currentComponentName=ContractEditor&maxContainerWidth=100%25&showSidebar=false

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mocha runs less count of test-suites on Linux and MacOS

kvolkovich-sc opened this issue · comments

Windows - 251 tests
Linux - 23 tests

It cause wrong glob pattern.

Solution: just add additional quotes:

mocha --recursive src/**/*.spec.js => mocha --recursive \"src/**/*.spec.js\"