testit-adapter-jest 2.1.8 → 2.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -12,7 +12,7 @@ npm install testit-adapter-jest
12
12
 
13
13
  ### Configuration
14
14
 
15
- | Description | Property | Environment variable | CLI argument |
15
+ | Description | File property | Environment variable | CLI argument |
16
16
  |----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------|-----------------------------------|-------------------------------|
17
17
  | Location of the TMS instance | url | TMS_URL | tmsUrl |
18
18
  | API secret key [How to getting API secret key?](https://github.com/testit-tms/.github/tree/main/configuration#privatetoken) | privateToken | TMS_PRIVATE_TOKEN | tmsPrivateToken |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testit-adapter-jest",
3
- "version": "2.1.8",
3
+ "version": "2.2.1",
4
4
  "description": "Jest adapter for Test IT",
5
5
  "main": "dist/testitEnvironment.js",
6
6
  "scripts": {
@@ -16,7 +16,7 @@
16
16
  "license": "ISC",
17
17
  "dependencies": {
18
18
  "debug": "^4.3.4",
19
- "testit-js-commons": "~2.1.8"
19
+ "testit-js-commons": "~2.2.1"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/debug": "^4.1.7",