Skip to content

Commit

Permalink
feat: bump version to 3.1.6 (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazyzh authored Dec 20, 2023
1 parent 6482271 commit 5206cbf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion changeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,8 @@
* add sort function and button for sort test by file name by @warakonsantang in https://github.com/Hazyzh/jest-html-reporters/pull/282
* Fix when sort column, hover effect will not working by @warakonsantang in https://github.com/Hazyzh/jest-html-reporters/pull/288
* fix(helper): fix add message method type by @Hazyzh in https://github.com/Hazyzh/jest-html-reporters/pull/294
* feat/add default content format by @Hazyzh in https://github.com/Hazyzh/jest-html-reporters/pull/295
* feat/add default content format by @Hazyzh in https://github.com/Hazyzh/jest-html-reporters/pull/295

### 3.1.6

* skip the pending tests and suites in the final report https://github.com/Hazyzh/jest-html-reporters/issues/298
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jest-html-reporters",
"license": "MIT",
"version": "3.1.5",
"version": "3.1.6",
"description": "Jest test results processor for generating a summary in HTML",
"main": "index.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ The options below are specific to the reporter.
| `enableMergeData` | boolean | false | for default enable merge test data feature | JEST_HTML_REPORTERS_ENABLE_MERGE_DATA |
| `dataMergeLevel` | number | 1| default merge test data level |JEST_HTML_REPORTERS_DATA_MERGE_LEVEL|
| `env only` | string | system default temporary directory | path to a temporary folder with attachments |JEST_HTML_REPORTERS_TEMP_DIR_PATH |
| `stripSkippedTest` | boolean | false | skip the pending tests and suites in the final report |JEST_HTML_REPORTERS_STRIP_SKIPPED_TEST |
---

#### example add config options
Expand Down

0 comments on commit 5206cbf

Please sign in to comment.