Skip to content

Commit

Permalink
Merge branch 'master' into fix_tsvb_split
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored Sep 10, 2021
2 parents edd5f49 + 7da17a5 commit ee034bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/kbn-ui-shared-deps/src/entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ export const KbnStd = require('@kbn/std');
export const SaferLodashSet = require('@elastic/safer-lodash-set');
export const RisonNode = require('rison-node');
export const History = require('history');
export const Classnames = require('classnames');
1 change: 1 addition & 0 deletions packages/kbn-ui-shared-deps/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ exports.externals = {
'@elastic/safer-lodash-set': '__kbnSharedDeps__.SaferLodashSet',
'rison-node': '__kbnSharedDeps__.RisonNode',
history: '__kbnSharedDeps__.History',
classnames: '__kbnSharedDeps__.Classnames',
};

/**
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/apm/dev_docs/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The API tests are located in `x-pack/test/apm_api_integration/`.
node scripts/test/e2e [--trial] [--help]
```

The E2E tests are located [here](../../ftr_e2e)
The E2E tests are located [here](../ftr_e2e)

---

Expand Down

0 comments on commit ee034bf

Please sign in to comment.