testit-adapter-jest 3.2.8-TMS-5.4 → 3.2.9

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.
@@ -190,7 +190,7 @@ class TestItEnvironment extends jest_environment_node_1.default {
190
190
  teardown: teardownSteps,
191
191
  externalKey: autotest.externalKey,
192
192
  };
193
- await this.strategy.loadAutotest(autotestPost, result.outcome === "Passed");
193
+ await this.strategy.loadAutotest(autotestPost, result.outcome);
194
194
  results.push({
195
195
  autoTestExternalId: autotestPost.externalId,
196
196
  outcome: result.outcome,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testit-adapter-jest",
3
- "version": "3.2.8-TMS-5.4",
3
+ "version": "3.2.9",
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": "3.2.8-TMS-5.4"
19
+ "testit-js-commons": "3.2.9"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/debug": "^4.1.7",