@currents/jest
Advanced tools
Comparing version 1.0.0-beta.1 to 1.0.0-beta.4
@@ -1,2 +0,2 @@ | ||
Copyright (c) 2023 Currents Software Inc | ||
Copyright (c) 2024 Currents Software Inc | ||
All rights reserved. | ||
@@ -3,0 +3,0 @@ |
{ | ||
"name": "@currents/jest", | ||
"version": "1.0.0-beta.1", | ||
"version": "1.0.0-beta.4", | ||
"main": "./dist/index.js", | ||
@@ -69,3 +69,4 @@ "author": "Currents Software Inc", | ||
"github": { | ||
"release": true | ||
"release": true, | ||
"releaseName": "${npm.name} v${version}" | ||
}, | ||
@@ -77,10 +78,10 @@ "plugins": { | ||
"ignoreVersion": true, | ||
"infile": "../../CHANGELOG.md" | ||
"infile": "./CHANGELOG.md" | ||
} | ||
}, | ||
"git": { | ||
"commitMessage": "chore: release v${version}", | ||
"tagName": "v${version}" | ||
"commitMessage": "chore: release ${npm.name} v${version}", | ||
"tagName": "${npm.name}-v${version}" | ||
} | ||
} | ||
} |
@@ -33,3 +33,3 @@ # @currents/jest | ||
or set the `--reporters` option when running the Jest CLI | ||
or set the `--reporters` option when running the `jest` | ||
@@ -40,9 +40,9 @@ ```sh | ||
When the Jest command is executed in the terminal, a folder named using the pattern ".currents-report-[timestamp]-[uuidv4()]" will be created in your root directory. This folder will contain information about your tests and the configuration used to generate it. | ||
The reporter saves the test results in a folder named using the pattern `.currents-report-[timestamp]-[uuidv4()]` in the root directory. We recomment to add `.currents-report*` to your `.gitignore` file. | ||
## Configuration | ||
| Property | Type | Description | Environment variable | Default | | ||
| ----------- | -------- | --------------------------------------------------------- | --------------------- | --------------------------------------- | | ||
| `reportDir` | `STRING` | The path where the plugin will output the Currents report | `CURRENTS_REPORT_DIR` | ".currents-report-[timestamp]-[uuidv4]" | | ||
| Property | Type | Description | Environment variable | Default | | ||
| ----------- | -------- | ---------------------- | --------------------- | --------------------------------------- | | ||
| `reportDir` | `string` | Test results directory | `CURRENTS_REPORT_DIR` | `.currents-report-[timestamp]-[uuidv4]` | | ||
@@ -49,0 +49,0 @@ ## Troubleshooting |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
47517