testit-adapter-jest 4.0.0 → 4.0.1-TMS-5.7

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.
@@ -50,7 +50,7 @@ class TestItEnvironment extends jest_environment_node_1.default {
50
50
  await super.setup();
51
51
  const testRunId = await this.strategy.testRunId;
52
52
  const syncRunner = this.strategy.syncStorageRunner;
53
- console.log("[jest-env] setup start", {
53
+ console.debug("[jest-env] setup start", {
54
54
  pid: process.pid,
55
55
  testRunId,
56
56
  usesGlobalStrategy: this.usesGlobalStrategy,
@@ -63,7 +63,7 @@ class TestItEnvironment extends jest_environment_node_1.default {
63
63
  try {
64
64
  await this.strategy.setup();
65
65
  const localSyncRunner = this.strategy.syncStorageRunner;
66
- console.log("[jest-env] local setup done", {
66
+ console.debug("[jest-env] local setup done", {
67
67
  pid: process.pid,
68
68
  testRunId,
69
69
  syncRunnerActive: Boolean(localSyncRunner?.isActive?.()),
@@ -76,7 +76,7 @@ class TestItEnvironment extends jest_environment_node_1.default {
76
76
  }
77
77
  else {
78
78
  const sharedSyncRunner = this.strategy.syncStorageRunner;
79
- console.log("[jest-env] shared strategy mode", {
79
+ console.debug("[jest-env] shared strategy mode", {
80
80
  pid: process.pid,
81
81
  testRunId,
82
82
  syncRunnerActive: Boolean(sharedSyncRunner?.isActive?.()),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testit-adapter-jest",
3
- "version": "4.0.0",
3
+ "version": "4.0.1-TMS-5.7",
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": "4.0.0"
19
+ "testit-js-commons": "4.0.1-TMS-5.7"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/debug": "^4.1.7",