Skip to content

Commit

Permalink
fix index
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlemeshko committed Jan 31, 2023
1 parent c16937e commit bdb49ce
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ export default function alertingTests({ loadTestFile, getService }: FtrProviderC
before(async () => await buildUp(getService));
after(async () => await tearDown(getService));

loadTestFile(require.resolve('./alerts_space1'));
loadTestFile(require.resolve('./alerts_default_space'));
loadTestFile(require.resolve('./mustache_templates.ts'));
loadTestFile(require.resolve('./notify_when'));
loadTestFile(require.resolve('./ephemeral'));
Expand Down

0 comments on commit bdb49ce

Please sign in to comment.