@tramvai/test-unit 2.124.0 → 2.125.2

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.
@@ -7,6 +7,7 @@ type Options = OptionsContext & {
7
7
  };
8
8
  interface Runner<Params extends any[], Result> {
9
9
  run: (...params: Params) => Result;
10
+ context: typeof CONTEXT_TOKEN;
10
11
  }
11
12
  /**
12
13
  * Helper for testing actions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/test-unit",
3
- "version": "2.124.0",
3
+ "version": "2.125.2",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -17,21 +17,21 @@
17
17
  "watch": "tsc -w"
18
18
  },
19
19
  "dependencies": {
20
- "@tramvai/cli": "2.124.0",
21
- "@tramvai/core": "2.124.0",
22
- "@tramvai/module-common": "2.124.0",
23
- "@tramvai/module-log": "2.124.0",
24
- "@tramvai/module-metrics": "2.124.0",
25
- "@tramvai/module-mocker": "2.124.0",
26
- "@tramvai/module-render": "2.124.0",
27
- "@tramvai/module-router": "2.124.0",
28
- "@tramvai/module-server": "2.124.0",
29
- "@tramvai/state": "2.124.0",
30
- "@tramvai/test-helpers": "2.124.0",
31
- "@tramvai/test-mocks": "2.124.0",
32
- "@tramvai/tokens-common": "2.124.0",
33
- "@tramvai/tokens-server": "2.124.0",
34
- "@tramvai/tokens-server-private": "2.124.0",
20
+ "@tramvai/cli": "2.125.2",
21
+ "@tramvai/core": "2.125.2",
22
+ "@tramvai/module-common": "2.125.2",
23
+ "@tramvai/module-log": "2.125.2",
24
+ "@tramvai/module-metrics": "2.125.2",
25
+ "@tramvai/module-mocker": "2.125.2",
26
+ "@tramvai/module-render": "2.125.2",
27
+ "@tramvai/module-router": "2.125.2",
28
+ "@tramvai/module-server": "2.125.2",
29
+ "@tramvai/state": "2.125.2",
30
+ "@tramvai/test-helpers": "2.125.2",
31
+ "@tramvai/test-mocks": "2.125.2",
32
+ "@tramvai/tokens-common": "2.125.2",
33
+ "@tramvai/tokens-server": "2.125.2",
34
+ "@tramvai/tokens-server-private": "2.125.2",
35
35
  "utility-types": "^3.10.0"
36
36
  },
37
37
  "peerDependencies": {