Skip to content

Commit

Permalink
build: add charachter
Browse files Browse the repository at this point in the history
  • Loading branch information
oterral committed Nov 30, 2023
1 parent 3ab87c7 commit 48588b5
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,14 @@
],
"config-overrides-path": "packages/wc/config-overrides.js",
"jest": {
"#": "jest config is there, because adding a config file does not work to override CRA jest config",
"resetMocks": false,
"coverageReporters": ["text", "html"],
"snapshotSerializers": ["jest-serializer-html"]
}
"coverageReporters": [
"text",
"html"
],
"snapshotSerializers": [
"jest-serializer-html"
]
}
}

0 comments on commit 48588b5

Please sign in to comment.