mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 02:10:45 -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: '../../',
|
|
};
|