File tree Expand file tree Collapse file tree 3 files changed +7
-20
lines changed
Expand file tree Collapse file tree 3 files changed +7
-20
lines changed Original file line number Diff line number Diff line change 44
55const standard = require ( '@grafana/toolkit/src/config/jest.plugin.config' ) ;
66
7+ const extraTestPath = '**/tests/unit/*' ;
8+ const config = standard . jestConfig ( ) ;
9+ config . testMatch . push ( extraTestPath ) ;
10+
711// This process will use the same config that `yarn test` is using
8- module . exports = standard . jestConfig ( ) ;
12+ module . exports = config ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- import { buildUrlWithParams } from './DataSource' ;
2- import { buildRequestBody } from './graphspecs' ;
1+ import { buildUrlWithParams } from '../../src /DataSource' ;
2+ import { buildRequestBody } from '../../src /graphspecs' ;
33
44describe ( 'URL conversions' , ( ) => {
55 it ( 'Params' , ( ) => {
You can’t perform that action at this time.
0 commit comments