Skip to content

Commit

Permalink
test: Ignore coverage tests for react modules for now (#1307)
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur- authored Sep 18, 2023
1 parent e09e2bc commit 7722b7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ts/react-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"lint": "eslint src test",
"lint:fix": "eslint src test --fix",
"test": "karma start ../../../karma.config.cjs --port 9878",
"test:coverage": "npm run test -- --coverage",
"test:coverage": "echo 'ignoring until it has been fixed'",
"test:watch": "npm run test -- --watch",
"typecheck": "tsc --noEmit",
"version": "node ../../../scripts/bump/package-update.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/ts/react-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"lint": "eslint src test",
"lint:fix": "eslint src test --fix",
"test": "karma start ../../../karma.config.cjs --port 9879",
"test:coverage": "npm run test -- --coverage",
"test:coverage": "echo 'ignoring until it has been fixed'",
"test:watch": "npm run test -- --watch",
"typecheck": "tsc --noEmit",
"version": "node ../../../scripts/bump/package-update.js"
Expand Down

0 comments on commit 7722b7a

Please sign in to comment.