Skip to content

Commit

Permalink
chore(NA): run kbn-test integration test with preserve-symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Apr 22, 2021
1 parent a47cb03 commit 32e586f
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,13 @@ it(
'produces a valid junit report for failures',
async () => {
const result = await execa(
'./node_modules/.bin/jest',
['--config', 'packages/kbn-test/src/jest/integration_tests/__fixtures__/jest.config.js'],
'node',
[
'--preserve-symlinks',
'./node_modules/.bin/jest',
'--config',
'packages/kbn-test/src/jest/integration_tests/__fixtures__/jest.config.js',
],
{
cwd: REPO_ROOT,
env: {
Expand Down

0 comments on commit 32e586f

Please sign in to comment.