mirror of https://github.com/grafana/grafana.git
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.`;
|
||
|
};
|