forked from DevExpress/devextreme-reactive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jest.config.js
25 lines (25 loc) · 1.03 KB
/
jest.config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
export default {
projects: [
'packages/dx-chart-core/',
'packages/dx-core/jest.config.js',
'packages/dx-grid-core/',
'packages/dx-react-bootstrap4/jest.config.js',
'packages/dx-react-chart/jest.config.js',
'packages/dx-react-chart-bootstrap4/jest.config.js',
'packages/dx-react-chart-demos/jest.config.js',
'packages/dx-react-chart-material-ui/jest.config.js',
'packages/dx-react-core/jest.config.js',
'packages/dx-react-grid/jest.config.js',
'packages/dx-react-grid-bootstrap3/jest.config.js',
'packages/dx-react-grid-bootstrap4/jest.config.js',
'packages/dx-react-grid-material-ui/jest.config.js',
'packages/dx-react-scheduler/jest.config.js',
'packages/dx-react-scheduler-demos/jest.config.js',
'packages/dx-react-scheduler-material-ui/jest.config.js',
'packages/dx-scheduler-core/',
'packages/dx-vue-core/jest.config.js',
'packages/dx-vue-grid/jest.config.js',
'packages/dx-vue-grid-bootstrap4/jest.config.js',
'packages/dx-vue-grid-demos/jest.config.js',
],
};