Skip to content

Commit

Permalink
Add saved search based job creation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pheyos committed Oct 4, 2019
1 parent 6405430 commit a2f63aa
Show file tree
Hide file tree
Showing 2 changed files with 473 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ export default function({ loadTestFile }: FtrProviderContext) {
loadTestFile(require.resolve('./single_metric_job'));
loadTestFile(require.resolve('./multi_metric_job'));
loadTestFile(require.resolve('./population_job'));
loadTestFile(require.resolve('./saved_search_job'));
});
}
Loading

0 comments on commit a2f63aa

Please sign in to comment.