chore(xo-server/vhd-merge): various updates (#2767)

Fixes #2746 

- implement parent locators
- tests
- remove `@nraynaud/struct-fu`
This commit is contained in:
Nicolas Raynaud
2018-03-27 09:39:36 -07:00
committed by Julien Fontanet
parent 0b9d031965
commit 7e689076d8
10 changed files with 541 additions and 171 deletions

View File

@@ -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)
)
// -----------------------------------------------------------------------------