Skip to content

Commit

Permalink
chore: small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Jul 11, 2024
1 parent 206d6a4 commit 70516ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-react": "^7.22.5",
"@jsdevtools/coverage-istanbul-loader": "^3.0.5",
"@metahub/karma-postcss-preprocessor": "^4.0.1",
"@storybook/addon-knobs": "^6.2.9",
"@storybook/addon-storysource": "^6.4.14",
Expand All @@ -56,7 +57,6 @@
"eslint": "^7.15.0",
"eslint-config-prettier": "^7.0.0",
"execa": "^4.0.0",
"istanbul-instrumenter-loader": "^3.0.1",
"karma": "^5.2.3",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/share/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = function (name, { useIcon = false, hasStyle = true } = {}) {
webpackCfg.module.rules.push({
test: /\.ts$/,
exclude: /node_modules|share/,
loader: 'istanbul-instrumenter-loader',
loader: '@jsdevtools/coverage-istanbul-loader',
enforce: 'post',
options: {
esModules: true,
Expand Down

0 comments on commit 70516ba

Please sign in to comment.