0291f6d1e7
* fix the variable interpolation * add jest config to grafana-sql * fix broken tests * add variable interpolation tests * lint * apply fix only to postresql datasource
6 lines
116 B
JavaScript
6 lines
116 B
JavaScript
const sharedConfig = require('../../jest.config.js');
|
|
module.exports = {
|
|
...sharedConfig,
|
|
rootDir: '../../',
|
|
};
|