Skip to content

Commit

Permalink
fix(ui-test): segmentation fault error unit tests
Browse files Browse the repository at this point in the history
Getting segmentation fault error on GitHub CI too frequently for running tests with coverage. trying possible fix for it 
Reference: jestjs/jest#10662
  • Loading branch information
chirag-madlani authored Oct 1, 2022
1 parent 16e8778 commit d612d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmetadata-ui/src/main/resources/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"test": "jest --passWithNoTests",
"prepare": "cd ../../../../.. && husky install openmetadata-ui/src/main/resources/ui/.husky",
"test:watch": "jest --passWithNoTests --watch",
"test:coverage": "jest --passWithNoTests --coverage",
"test:coverage": "jest --passWithNoTests --coverage --maxWorkers=50%",
"test:cov-summary": "jest --passWithNoTests --coverage --coverageReporters=\"text-summary\"",
"lint": "eslint \"./src/**/*.{js,jsx,ts,tsx}\"",
"lint:fix": "eslint './src/**/*.{js,jsx,ts,tsx}' --fix",
Expand Down

0 comments on commit d612d87

Please sign in to comment.