File tree 4 files changed +6
-6
lines changed
packages/opensearch-eslint-config-opensearch-dashboards
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ The eslint config used by the opensearch dashboards team
4
4
5
5
## Usage
6
6
7
- To use this eslint config, just install the peer dependencies and reference it
7
+ To use this eslint config, just install the peer dependencies and reference it
8
8
in your ` .eslintrc ` :
9
9
10
10
``` javascript
@@ -17,8 +17,8 @@ in your `.eslintrc`:
17
17
18
18
## Optional jest config
19
19
20
- If the project uses the [ jest test runner] ( https://facebook.github.io/jest/ ) ,
21
- the ` @elastic/eslint-config-kibana/jest ` config can be extended as well to use
20
+ If the project uses the [ jest test runner] ( https://jestjs.io ) ,
21
+ the ` @elastic/eslint-config-kibana/jest ` config can be extended as well to use
22
22
` eslint-plugin-jest ` and add settings specific to it:
23
23
24
24
``` javascript
Original file line number Diff line number Diff line change 38
38
//
39
39
// node scripts/jest --coverage
40
40
//
41
- // See all cli options in https://facebook.github. io/jest/ docs/cli.html
41
+ // See all cli options in https://jestjs. io/docs/cli
42
42
43
43
var resolve = require ( 'path' ) . resolve ;
44
44
process . argv . push ( '--config' , resolve ( __dirname , '../src/dev/jest/config.js' ) ) ;
Original file line number Diff line number Diff line change 38
38
//
39
39
// node scripts/jest_integration --coverage
40
40
//
41
- // See all cli options in https://facebook.github. io/jest/ docs/cli.html
41
+ // See all cli options in https://jestjs. io/docs/cli
42
42
43
43
var resolve = require ( 'path' ) . resolve ;
44
44
process . argv . push ( '--config' , resolve ( __dirname , '../src/dev/jest/config.integration.js' ) ) ;
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ export default class JestJUnitReporter {
53
53
/**
54
54
* Called by jest when all tests complete
55
55
* @param {Object } contexts
56
- * @param {JestResults } results see https://facebook.github. io/jest/ docs/en/ configuration.html #testresultsprocessor-string
56
+ * @param {JestResults } results see https://jestjs. io/docs/configuration/ #testresultsprocessor-string
57
57
* @return {undefined }
58
58
*/
59
59
onRunComplete ( contexts , results ) {
You can’t perform that action at this time.
0 commit comments