chore: run deep test files
This commit is contained in:
parent
bb1d1448b5
commit
ff8f427553
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ module.exports = config => {
|
||||||
//
|
//
|
||||||
// npm run test -- --grep test/foo/bar.test.js
|
// npm run test -- --grep test/foo/bar.test.js
|
||||||
// npm run test -- --grep test/bar/*
|
// 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
|
// TODO: improve coverage
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue