Skip to content

Commit

Permalink
[APM] Update tsconfig.json template in optimization script (#58731)
Browse files Browse the repository at this point in the history
* [APM] Update tsconfig.json template in optimization script

The location of the cypress tests has changed, and those files are no longer excluded in the APM type check. This change updates the tsconfig.json template to exclude the new location.

* Update link in readme
  • Loading branch information
dgieselaar authored Feb 28, 2020
1 parent 38067da commit f86c758
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x-pack/legacy/plugins/apm/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,6 @@ You can access the development environment at http://localhost:9001.

#### Further resources

- [Cypress integration tests](cypress/README.md)
- [Cypress integration tests](./e2e/README.md)
- [VSCode setup instructions](./dev_docs/vscode_setup.md)
- [Github PR commands](./dev_docs/github_commands.md)
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
],
"exclude": [
"**/__fixtures__/**/*",
"./cypress/**/*"
"./e2e/cypress/**/*"
]
}

0 comments on commit f86c758

Please sign in to comment.