mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 21:19:28 -06:00
23cd2d3e6f
add jest config
6 lines
116 B
JavaScript
6 lines
116 B
JavaScript
const sharedConfig = require('../../jest.config.js');
|
|
module.exports = {
|
|
...sharedConfig,
|
|
rootDir: '../../',
|
|
};
|