chore(xo-server/vhd-merge): various updates (#2767)
Fixes #2746 - implement parent locators - tests - remove `@nraynaud/struct-fu`
This commit is contained in:
committed by
Julien Fontanet
parent
0b9d031965
commit
7e689076d8
@@ -10,7 +10,7 @@ const formatFiles = files => {
|
||||
const testFiles = files =>
|
||||
run(
|
||||
'./node_modules/.bin/jest',
|
||||
['--findRelatedTests', '--passWithNoTests'].concat(files)
|
||||
['--testRegex=^(?!.*.integ.spec.js$).*.spec.js$', '--findRelatedTests', '--passWithNoTests'].concat(files)
|
||||
)
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user