Skip to content

Commit

Permalink
fix ts/lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Nov 5, 2024
1 parent 1986cc9 commit cc93355
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/reporting/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ export class ReportingPublicPlugin
apiClient,
startServices$,
usesUiCapabilities,
csvConfig: this.config.csv,
})
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ import { FtrProviderContext } from '../../../../ftr_provider_context';
export default function ({ loadTestFile }: FtrProviderContext) {
describe('Reporting', function () {
loadTestFile(require.resolve('./screenshots'));
loadTestFile(require.resolve('./download_csv'));
});
}
1 change: 0 additions & 1 deletion x-pack/test/functional/apps/reporting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Functional tests on report generation are under the applications that use report
- `x-pack/test/functional/apps/visualize/reporting.ts`

**CSV Report testing:**
- `x-pack/test/functional/apps/dashboard/reporting/download_csv.ts`
- `x-pack/test/functional/apps/discover/reporting.ts`

Reporting Management app tests are in `functional/apps/reporting_management`.
Expand Down

0 comments on commit cc93355

Please sign in to comment.