refactor: rename packages to dockview*
Before Width: | Height: | Size: 974 B After Width: | Height: | Size: 974 B |
Before Width: | Height: | Size: 479 B After Width: | Height: | Size: 479 B |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 583 B After Width: | Height: | Size: 583 B |
Before Width: | Height: | Size: 340 B After Width: | Height: | Size: 340 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 8.3 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
@ -3,6 +3,7 @@ import {
|
||||
Orientation,
|
||||
PanelCollection,
|
||||
SerializedSplitview,
|
||||
Splitview,
|
||||
SplitviewApi,
|
||||
SplitviewReact,
|
||||
SplitviewReadyEvent,
|
@ -6,19 +6,19 @@ console.log('loaded');
|
||||
|
||||
module.exports = {
|
||||
...baseConfig,
|
||||
roots: ['<rootDir>/packages/splitview'],
|
||||
modulePaths: ['<rootDir>/packages/splitview/src'],
|
||||
roots: ['<rootDir>/packages/dockview'],
|
||||
modulePaths: ['<rootDir>/packages/dockview/src'],
|
||||
displayName: { name, color: 'blue' },
|
||||
rootDir: '../../',
|
||||
collectCoverageFrom: [
|
||||
'<rootDir>/packages/splitview/src/**/*.{js,jsx,ts,tsx}',
|
||||
'<rootDir>/packages/dockview/src/**/*.{js,jsx,ts,tsx}',
|
||||
],
|
||||
setupFiles: [
|
||||
'<rootDir>/packages/splitview/src/__tests__/__mocks__/resizeObserver.js',
|
||||
'<rootDir>/packages/dockview/src/__tests__/__mocks__/resizeObserver.js',
|
||||
],
|
||||
coveragePathIgnorePatterns: ['/node_modules/'],
|
||||
modulePathIgnorePatterns: [
|
||||
'<rootDir>/packages/splitview/src/__tests__/__mocks__',
|
||||
'<rootDir>/packages/dockview/src/__tests__/__mocks__',
|
||||
],
|
||||
coverageDirectory: 'coverage',
|
||||
};
|