mirror of
https://github.com/grafana/grafana.git
synced 2026-04-25 16:27:26 -04:00
5 lines
254 B
TypeScript
5 lines
254 B
TypeScript
|
|
export const formatExpectError = (message: string) => {
|
||
|
|
return `Error while verifying @grafana/plugin-e2e scenarios: ${message}.
|
||
|
|
See https://github.com/grafana/grafana/blob/main/plugin-e2e/plugin-e2e-api-tests/README.md for more information.`;
|
||
|
|
};
|