// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Render should render alpha info text 1`] = ` This plugin is marked as being in alpha state, which means it is in early development phase and updates will include breaking changes. `; exports[`Render should render beta info text 1`] = ` This plugin is marked as being in a beta development state. This means it is in currently in active development and could be missing important features. `; exports[`Render should render component 1`] = ` `; exports[`Render should render is ready only message 1`] = ` This datasource was added by config and cannot be modified using the UI. Please contact your server admin to update this datasource. `; exports[`Render should render loader 1`] = ` `;