Chore: Add jest config to grafana-prometheus (#86078)

add jest config
pull/85618/head
ismail simsek 1 year ago committed by GitHub
parent 12605bfed2
commit 23cd2d3e6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      packages/grafana-prometheus/jest.config.js

@ -0,0 +1,5 @@
const sharedConfig = require('../../jest.config.js');
module.exports = {
...sharedConfig,
rootDir: '../../',
};
Loading…
Cancel
Save