diff --git a/openmetadata-ui/src/main/resources/ui/package.json b/openmetadata-ui/src/main/resources/ui/package.json index 34df8fd2e265..0d43ce529311 100644 --- a/openmetadata-ui/src/main/resources/ui/package.json +++ b/openmetadata-ui/src/main/resources/ui/package.json @@ -102,11 +102,11 @@ "preinstall": "cd ../../../../.. && yarn install --frozen-lockfile", "postinstall": "yarn run build-check", "pre-commit": "lint-staged --concurrent false", - "test": "jest --passWithNoTests --maxWorkers=3 ", + "test": "jest --passWithNoTests --maxWorkers=5", "prepare": "cd ../../../../.. && husky install openmetadata-ui/src/main/resources/ui/.husky", - "test:watch": "jest --passWithNoTests --watch --maxWorkers=3", - "test:coverage": "jest --passWithNoTests --coverage --maxWorkers=3", - "test:cov-summary": "jest --passWithNoTests --coverage --coverageReporters json-summary --maxWorkers=3", + "test:watch": "jest --passWithNoTests --watch --maxWorkers=5", + "test:coverage": "jest --passWithNoTests --coverage --maxWorkers=5", + "test:cov-summary": "jest --passWithNoTests --coverage --coverageReporters json-summary --maxWorkers=5", "lint": "eslint \"./**/*.{js,jsx,ts,tsx,json}\"", "lint:fix": "eslint './**/*.{js,jsx,ts,tsx,json}' --fix", "pretty": "prettier . --config './.prettierrc.yaml' --ignore-path './.prettierignore' --write", diff --git a/openmetadata-ui/src/main/resources/ui/src/constants/Teams.constants.ts b/openmetadata-ui/src/main/resources/ui/src/constants/Teams.constants.ts index 797412c30c7f..81483d1a118c 100644 --- a/openmetadata-ui/src/main/resources/ui/src/constants/Teams.constants.ts +++ b/openmetadata-ui/src/main/resources/ui/src/constants/Teams.constants.ts @@ -15,6 +15,7 @@ import DraggableBodyRow from 'components/TeamDetails/DraggableBodyRow'; export const DRAGGABLE_BODY_ROW = 'DraggableBodyRow'; +// Represents table constants export const TABLE_CONSTANTS = { body: { row: DraggableBodyRow,