@rspack-canary/test-tools 1.6.7-canary-5041023c-20251208041143 → 1.6.7-canary-e27a87e9-20251209100543

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.
@@ -184,6 +184,8 @@ class NodeRunner {
184
184
  setImmediate,
185
185
  self: this.globalContext,
186
186
  __TEST_PATH__: __TEST_PATH__,
187
+ __TEST_SOURCE_PATH__: this._options.source,
188
+ __TEST_DIST_PATH__: this._options.dist,
187
189
  __MODE__: this._options.compilerOptions.mode,
188
190
  __SNAPSHOT__: node_path_1.default.join(this._options.source, "__snapshot__"),
189
191
  Worker: (0, createFakeWorker_1.default)(this._options.env, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspack-canary/test-tools",
3
- "version": "1.6.7-canary-5041023c-20251208041143",
3
+ "version": "1.6.7-canary-e27a87e9-20251209100543",
4
4
  "license": "MIT",
5
5
  "description": "Test tools for rspack",
6
6
  "main": "dist/index.js",
@@ -65,7 +65,7 @@
65
65
  "@types/jsdom": "^21.1.7",
66
66
  "typescript": "^5.9.3",
67
67
  "wast-loader": "^1.14.1",
68
- "@rspack/core": "npm:@rspack-canary/core@1.6.7-canary-5041023c-20251208041143"
68
+ "@rspack/core": "npm:@rspack-canary/core@1.6.7-canary-e27a87e9-20251209100543"
69
69
  },
70
70
  "peerDependencies": {
71
71
  "@rspack/core": ">=1.0.0"