mirror of
https://github.com/grafana/grafana.git
synced 2026-03-13 15:29:48 +08:00
* Complete decoupling of backend - Replace usage of featuremgmt - Copy simplejson - Add standalone logic * Complete frontend decoupling - Fix imports - Copy store and reducer logic * Add required files for full decoupling * Regen cue * Prettier * Remove unneeded script * Jest fix * Add jest config * Lint * Lit * Prune suppresions
4 lines
104 B
JavaScript
4 lines
104 B
JavaScript
import defaultConfig from '@grafana/plugin-configs/jest/jest.config.js';
|
|
|
|
export default defaultConfig;
|