[Code]: fix mocha, jest test file path (#40574) (#40644)

This commit is contained in:
Fuyao Zhao 2019-07-10 20:03:43 +08:00 committed by GitHub
parent da22827c61
commit 8767c1c10c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -4,4 +4,4 @@
* you may not use this file except in compliance with the Elastic License.
*/
require('./_helpers').runXPackScript('jest', ['plugins/code']);
require('./_helpers').runXPackScript('jest', ['legacy/plugins/code']);

View file

@ -4,4 +4,4 @@
* you may not use this file except in compliance with the Elastic License.
*/
require('./_helpers').runXPackScript('mocha', ['plugins/code/server/__tests__/*.{ts,tsx}']);
require('./_helpers').runXPackScript('mocha', ['legacy/plugins/code/server/__tests__/*.{ts,tsx}']);