Skip to content

Commit

Permalink
Merge pull request #1897 from trendscenter/feature/1892-ui-test-coverage
Browse files Browse the repository at this point in the history
Feature/1892 ui test coverage
  • Loading branch information
rssk committed Jun 6, 2024
2 parents 3a9d45c + 10abc5f commit 2869d78
Show file tree
Hide file tree
Showing 4 changed files with 13,163 additions and 1,902 deletions.
4 changes: 1 addition & 3 deletions packages/coinstac-desktop-app/.babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"plugins": [
"react-hot-loader/babel",
],
"plugins": ["react-hot-loader/babel", "istanbul"],
"presets": ["@babel/react", "@babel/preset-env"]
}
6 changes: 6 additions & 0 deletions packages/coinstac-desktop-app/.nycrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "@istanbuljs/nyc-config-babel",
"all": true,
"check-coverage": true,
"extension": [".js", ".jsx"]
}
Loading

0 comments on commit 2869d78

Please sign in to comment.