chore: run deep test files

This commit is contained in:
Mikhail Bashkirov 2019-04-26 17:16:18 +02:00
parent bb1d1448b5
commit ff8f427553

View file

@ -11,7 +11,7 @@ module.exports = config => {
//
// npm run test -- --grep test/foo/bar.test.js
// npm run test -- --grep test/bar/*
config.grep ? config.grep : 'packages/*/test/*.test.js',
config.grep ? config.grep : 'packages/*/test/**/*.test.js',
],
// TODO: improve coverage