mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 19:32:37 +08:00

* Allow Route component usage in app plugins * i tried * fix catalog app * fix catalog app * fix catalog app * cleanup imports * plugin catalog enabled to plugin admin * rename plugin catalog to plugin admin * expose catalog url * update text * import from react-router-dom * fix imports -- add logging * merge changes * avoid onNavUpdate * Fixed onNavChange issues * fix library imports * more links Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com> Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
9 lines
356 B
JavaScript
9 lines
356 B
JavaScript
// This file is needed because it is used by vscode and other tools that
|
|
// call `jest` directly. However, unless you are doing anything special
|
|
// do not edit this file
|
|
|
|
const standard = require('@grafana/toolkit/src/config/jest.plugin.config');
|
|
|
|
// This process will use the same config that `yarn test` is using
|
|
module.exports = standard.jestConfig();
|