Skip to content

Commit

Permalink
[DOCS] Port forward link fix (elastic#178875)
Browse files Browse the repository at this point in the history
  • Loading branch information
shainaraskas authored Mar 20, 2024
1 parent cd34d54 commit c5840b6
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Every project or plugin should have its own `FunctionalTestRunner` config file.

To get started copy and paste this example to `test/functional/config.js`:

["source","js"]
["source","js",subs="attributes"]
-----------
import { resolve } from 'path';
import { REPO_ROOT } from '@kbn/utils';
Expand Down Expand Up @@ -64,7 +64,8 @@ export default async function ({ readConfigFile }) {
}
// more settings, like timeouts, mochaOpts, etc are
// defined in the config schema. See {kibana-blob}src/functional_test_runner/lib/config/schema.js[src/functional_test_runner/lib/config/schema.js]
// defined in the config schema.
// See {kibana-blob}packages/kbn-test/src/functional_test_runner/lib/config/schema.ts
};
}
Expand Down

0 comments on commit c5840b6

Please sign in to comment.