@memberjunction/unit-testing 4.4.0 → 5.0.0
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.
- package/dist/mock-run-view.d.ts +1 -1
- package/dist/mock-run-view.js +1 -1
- package/package.json +2 -2
package/dist/mock-run-view.d.ts
CHANGED
|
@@ -17,7 +17,7 @@ type RunViewMockMap = Map<string, unknown[]>;
|
|
|
17
17
|
* ```ts
|
|
18
18
|
* mockRunView(new Map([
|
|
19
19
|
* ['Users', [{ ID: '1', Name: 'Test User' }]],
|
|
20
|
-
* ['AI Models', [{ ID: '2', Name: 'GPT-4' }]],
|
|
20
|
+
* ['MJ: AI Models', [{ ID: '2', Name: 'GPT-4' }]],
|
|
21
21
|
* ]));
|
|
22
22
|
* ```
|
|
23
23
|
*/
|
package/dist/mock-run-view.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/unit-testing",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "5.0.0",
|
|
5
5
|
"description": "MemberJunction: Unit testing utilities and mock infrastructure for Vitest",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"vitest": "^4.0.18"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@memberjunction/global": "
|
|
24
|
+
"@memberjunction/global": "5.0.0"
|
|
25
25
|
},
|
|
26
26
|
"repository": {
|
|
27
27
|
"type": "git",
|