diff --git a/packages/grafana-prometheus/jest.config.js b/packages/grafana-prometheus/jest.config.js new file mode 100644 index 00000000000..93995be84c2 --- /dev/null +++ b/packages/grafana-prometheus/jest.config.js @@ -0,0 +1,5 @@ +const sharedConfig = require('../../jest.config.js'); +module.exports = { + ...sharedConfig, + rootDir: '../../', +};