Skip to content

Commit

Permalink
Update docusaurus/docs/e2e-test-a-plugin/test-a-data-source-plugin/an…
Browse files Browse the repository at this point in the history
…notation-queries.md

Co-authored-by: Joseph Perez <[email protected]>
  • Loading branch information
sunker and josmperez authored Nov 18, 2024
1 parent 30f606b commit 112888a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ In many cases, the execution of annotation queries requires different handling t

If your data source plugin implements a custom annotation editor, you can write tests that verify that the editor works as expected. If you haven't implemented a custom editor, then the plugin uses the built-in editor. In that case, it's not necessary to write tests.

The following example is a simple smoke test that verifies that a custom annotation editor loads.
The following example is a simple smoke test that verifies that a custom annotation editor loads:

```ts title="annotations.spec.ts"
import { expect, test } from '@grafana/plugin-e2e';
Expand Down

0 comments on commit 112888a

Please sign in to comment.