Add sub directory support for test-integration command
Created by: vovakulikov
it seems like with just ./client/web/src/integration/**/*.test.ts
as a path argument for mocha does't work properly
By this path we run only files that were placed in a sub directory in integration folder.
But if wrap glob path for integration tests into quotes "./client/web/src/integration/**/*.test.ts"
we select all files from top level and from sub levels as well.