@xylabs/jest-helpers 3.0.11 → 3.0.13
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/browser/describeIf.d.cts +1 -1
- package/dist/browser/describeIf.d.cts.map +1 -1
- package/dist/browser/describeIf.d.mts +1 -1
- package/dist/browser/describeIf.d.mts.map +1 -1
- package/dist/browser/describeIf.d.ts +1 -1
- package/dist/browser/describeIf.d.ts.map +1 -1
- package/dist/browser/itIf.d.cts +1 -1
- package/dist/browser/itIf.d.cts.map +1 -1
- package/dist/browser/itIf.d.mts +1 -1
- package/dist/browser/itIf.d.mts.map +1 -1
- package/dist/browser/itIf.d.ts +1 -1
- package/dist/browser/itIf.d.ts.map +1 -1
- package/dist/browser/testIf.d.cts +1 -1
- package/dist/browser/testIf.d.cts.map +1 -1
- package/dist/browser/testIf.d.mts +1 -1
- package/dist/browser/testIf.d.mts.map +1 -1
- package/dist/browser/testIf.d.ts +1 -1
- package/dist/browser/testIf.d.ts.map +1 -1
- package/dist/node/describeIf.d.cts +1 -1
- package/dist/node/describeIf.d.cts.map +1 -1
- package/dist/node/describeIf.d.mts +1 -1
- package/dist/node/describeIf.d.mts.map +1 -1
- package/dist/node/describeIf.d.ts +1 -1
- package/dist/node/describeIf.d.ts.map +1 -1
- package/dist/node/itIf.d.cts +1 -1
- package/dist/node/itIf.d.cts.map +1 -1
- package/dist/node/itIf.d.mts +1 -1
- package/dist/node/itIf.d.mts.map +1 -1
- package/dist/node/itIf.d.ts +1 -1
- package/dist/node/itIf.d.ts.map +1 -1
- package/dist/node/testIf.d.cts +1 -1
- package/dist/node/testIf.d.cts.map +1 -1
- package/dist/node/testIf.d.mts +1 -1
- package/dist/node/testIf.d.mts.map +1 -1
- package/dist/node/testIf.d.ts +1 -1
- package/dist/node/testIf.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -4,5 +4,5 @@
|
|
|
4
4
|
* @param expr The condition to evaluate
|
|
5
5
|
* @returns If the condition is true, describe, otherwise skips
|
|
6
6
|
*/
|
|
7
|
-
export declare const describeIf: <T>(expr?: T | null
|
|
7
|
+
export declare const describeIf: <T>(expr?: T | null) => jest.Describe;
|
|
8
8
|
//# sourceMappingURL=describeIf.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"describeIf.d.ts","sourceRoot":"","sources":["../../src/describeIf.ts"],"names":[],"mappings":";AAAA;;;;GAIG;AACH,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"describeIf.d.ts","sourceRoot":"","sources":["../../src/describeIf.ts"],"names":[],"mappings":";AAAA;;;;GAIG;AACH,eAAO,MAAM,UAAU,aAAc,CAAC,GAAG,IAAI,kBAAsC,CAAA"}
|
|
@@ -4,5 +4,5 @@
|
|
|
4
4
|
* @param expr The condition to evaluate
|
|
5
5
|
* @returns If the condition is true, describe, otherwise skips
|
|
6
6
|
*/
|
|
7
|
-
export declare const describeIf: <T>(expr?: T | null
|
|
7
|
+
export declare const describeIf: <T>(expr?: T | null) => jest.Describe;
|
|
8
8
|
//# sourceMappingURL=describeIf.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"describeIf.d.ts","sourceRoot":"","sources":["../../src/describeIf.ts"],"names":[],"mappings":";AAAA;;;;GAIG;AACH,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"describeIf.d.ts","sourceRoot":"","sources":["../../src/describeIf.ts"],"names":[],"mappings":";AAAA;;;;GAIG;AACH,eAAO,MAAM,UAAU,aAAc,CAAC,GAAG,IAAI,kBAAsC,CAAA"}
|
|
@@ -4,5 +4,5 @@
|
|
|
4
4
|
* @param expr The condition to evaluate
|
|
5
5
|
* @returns If the condition is true, describe, otherwise skips
|
|
6
6
|
*/
|
|
7
|
-
export declare const describeIf: <T>(expr?: T | null
|
|
7
|
+
export declare const describeIf: <T>(expr?: T | null) => jest.Describe;
|
|
8
8
|
//# sourceMappingURL=describeIf.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"describeIf.d.ts","sourceRoot":"","sources":["../../src/describeIf.ts"],"names":[],"mappings":";AAAA;;;;GAIG;AACH,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"describeIf.d.ts","sourceRoot":"","sources":["../../src/describeIf.ts"],"names":[],"mappings":";AAAA;;;;GAIG;AACH,eAAO,MAAM,UAAU,aAAc,CAAC,GAAG,IAAI,kBAAsC,CAAA"}
|
package/dist/browser/itIf.d.cts
CHANGED
|
@@ -4,5 +4,5 @@
|
|
|
4
4
|
* @param expr The condition to evaluate
|
|
5
5
|
* @returns If the condition is true, it, otherwise skips
|
|
6
6
|
*/
|
|
7
|
-
export declare const itIf: <T>(expr?: T | null
|
|
7
|
+
export declare const itIf: <T>(expr?: T | null) => jest.It;
|
|
8
8
|
//# sourceMappingURL=itIf.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"itIf.d.ts","sourceRoot":"","sources":["../../src/itIf.ts"],"names":[],"mappings":";AAAA;;;;GAIG;AACH,eAAO,MAAM,IAAI,
|
|
1
|
+
{"version":3,"file":"itIf.d.ts","sourceRoot":"","sources":["../../src/itIf.ts"],"names":[],"mappings":";AAAA;;;;GAIG;AACH,eAAO,MAAM,IAAI,aAAc,CAAC,GAAG,IAAI,YAA0B,CAAA"}
|
package/dist/browser/itIf.d.mts
CHANGED
|
@@ -4,5 +4,5 @@
|
|
|
4
4
|
* @param expr The condition to evaluate
|
|
5
5
|
* @returns If the condition is true, it, otherwise skips
|
|
6
6
|
*/
|
|
7
|
-
export declare const itIf: <T>(expr?: T | null
|
|
7
|
+
export declare const itIf: <T>(expr?: T | null) => jest.It;
|
|
8
8
|
//# sourceMappingURL=itIf.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"itIf.d.ts","sourceRoot":"","sources":["../../src/itIf.ts"],"names":[],"mappings":";AAAA;;;;GAIG;AACH,eAAO,MAAM,IAAI,
|
|
1
|
+
{"version":3,"file":"itIf.d.ts","sourceRoot":"","sources":["../../src/itIf.ts"],"names":[],"mappings":";AAAA;;;;GAIG;AACH,eAAO,MAAM,IAAI,aAAc,CAAC,GAAG,IAAI,YAA0B,CAAA"}
|
package/dist/browser/itIf.d.ts
CHANGED
|
@@ -4,5 +4,5 @@
|
|
|
4
4
|
* @param expr The condition to evaluate
|
|
5
5
|
* @returns If the condition is true, it, otherwise skips
|
|
6
6
|
*/
|
|
7
|
-
export declare const itIf: <T>(expr?: T | null
|
|
7
|
+
export declare const itIf: <T>(expr?: T | null) => jest.It;
|
|
8
8
|
//# sourceMappingURL=itIf.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"itIf.d.ts","sourceRoot":"","sources":["../../src/itIf.ts"],"names":[],"mappings":";AAAA;;;;GAIG;AACH,eAAO,MAAM,IAAI,
|
|
1
|
+
{"version":3,"file":"itIf.d.ts","sourceRoot":"","sources":["../../src/itIf.ts"],"names":[],"mappings":";AAAA;;;;GAIG;AACH,eAAO,MAAM,IAAI,aAAc,CAAC,GAAG,IAAI,YAA0B,CAAA"}
|
|
@@ -4,5 +4,5 @@
|
|
|
4
4
|
* @param expr The condition to evaluate
|
|
5
5
|
* @returns If the condition is true, test, otherwise skips
|
|
6
6
|
*/
|
|
7
|
-
export declare const testIf: <T>(expr?: T | null
|
|
7
|
+
export declare const testIf: <T>(expr?: T | null) => jest.It;
|
|
8
8
|
//# sourceMappingURL=testIf.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"testIf.d.ts","sourceRoot":"","sources":["../../src/testIf.ts"],"names":[],"mappings":";AAAA;;;;GAIG;AACH,eAAO,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"testIf.d.ts","sourceRoot":"","sources":["../../src/testIf.ts"],"names":[],"mappings":";AAAA;;;;GAIG;AACH,eAAO,MAAM,MAAM,aAAc,CAAC,GAAG,IAAI,YAA8B,CAAA"}
|
|
@@ -4,5 +4,5 @@
|
|
|
4
4
|
* @param expr The condition to evaluate
|
|
5
5
|
* @returns If the condition is true, test, otherwise skips
|
|
6
6
|
*/
|
|
7
|
-
export declare const testIf: <T>(expr?: T | null
|
|
7
|
+
export declare const testIf: <T>(expr?: T | null) => jest.It;
|
|
8
8
|
//# sourceMappingURL=testIf.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"testIf.d.ts","sourceRoot":"","sources":["../../src/testIf.ts"],"names":[],"mappings":";AAAA;;;;GAIG;AACH,eAAO,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"testIf.d.ts","sourceRoot":"","sources":["../../src/testIf.ts"],"names":[],"mappings":";AAAA;;;;GAIG;AACH,eAAO,MAAM,MAAM,aAAc,CAAC,GAAG,IAAI,YAA8B,CAAA"}
|
package/dist/browser/testIf.d.ts
CHANGED
|
@@ -4,5 +4,5 @@
|
|
|
4
4
|
* @param expr The condition to evaluate
|
|
5
5
|
* @returns If the condition is true, test, otherwise skips
|
|
6
6
|
*/
|
|
7
|
-
export declare const testIf: <T>(expr?: T | null
|
|
7
|
+
export declare const testIf: <T>(expr?: T | null) => jest.It;
|
|
8
8
|
//# sourceMappingURL=testIf.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"testIf.d.ts","sourceRoot":"","sources":["../../src/testIf.ts"],"names":[],"mappings":";AAAA;;;;GAIG;AACH,eAAO,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"testIf.d.ts","sourceRoot":"","sources":["../../src/testIf.ts"],"names":[],"mappings":";AAAA;;;;GAIG;AACH,eAAO,MAAM,MAAM,aAAc,CAAC,GAAG,IAAI,YAA8B,CAAA"}
|
|
@@ -4,5 +4,5 @@
|
|
|
4
4
|
* @param expr The condition to evaluate
|
|
5
5
|
* @returns If the condition is true, describe, otherwise skips
|
|
6
6
|
*/
|
|
7
|
-
export declare const describeIf: <T>(expr?: T | null
|
|
7
|
+
export declare const describeIf: <T>(expr?: T | null) => jest.Describe;
|
|
8
8
|
//# sourceMappingURL=describeIf.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"describeIf.d.ts","sourceRoot":"","sources":["../../src/describeIf.ts"],"names":[],"mappings":";AAAA;;;;GAIG;AACH,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"describeIf.d.ts","sourceRoot":"","sources":["../../src/describeIf.ts"],"names":[],"mappings":";AAAA;;;;GAIG;AACH,eAAO,MAAM,UAAU,aAAc,CAAC,GAAG,IAAI,kBAAsC,CAAA"}
|
|
@@ -4,5 +4,5 @@
|
|
|
4
4
|
* @param expr The condition to evaluate
|
|
5
5
|
* @returns If the condition is true, describe, otherwise skips
|
|
6
6
|
*/
|
|
7
|
-
export declare const describeIf: <T>(expr?: T | null
|
|
7
|
+
export declare const describeIf: <T>(expr?: T | null) => jest.Describe;
|
|
8
8
|
//# sourceMappingURL=describeIf.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"describeIf.d.ts","sourceRoot":"","sources":["../../src/describeIf.ts"],"names":[],"mappings":";AAAA;;;;GAIG;AACH,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"describeIf.d.ts","sourceRoot":"","sources":["../../src/describeIf.ts"],"names":[],"mappings":";AAAA;;;;GAIG;AACH,eAAO,MAAM,UAAU,aAAc,CAAC,GAAG,IAAI,kBAAsC,CAAA"}
|
|
@@ -4,5 +4,5 @@
|
|
|
4
4
|
* @param expr The condition to evaluate
|
|
5
5
|
* @returns If the condition is true, describe, otherwise skips
|
|
6
6
|
*/
|
|
7
|
-
export declare const describeIf: <T>(expr?: T | null
|
|
7
|
+
export declare const describeIf: <T>(expr?: T | null) => jest.Describe;
|
|
8
8
|
//# sourceMappingURL=describeIf.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"describeIf.d.ts","sourceRoot":"","sources":["../../src/describeIf.ts"],"names":[],"mappings":";AAAA;;;;GAIG;AACH,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"describeIf.d.ts","sourceRoot":"","sources":["../../src/describeIf.ts"],"names":[],"mappings":";AAAA;;;;GAIG;AACH,eAAO,MAAM,UAAU,aAAc,CAAC,GAAG,IAAI,kBAAsC,CAAA"}
|
package/dist/node/itIf.d.cts
CHANGED
|
@@ -4,5 +4,5 @@
|
|
|
4
4
|
* @param expr The condition to evaluate
|
|
5
5
|
* @returns If the condition is true, it, otherwise skips
|
|
6
6
|
*/
|
|
7
|
-
export declare const itIf: <T>(expr?: T | null
|
|
7
|
+
export declare const itIf: <T>(expr?: T | null) => jest.It;
|
|
8
8
|
//# sourceMappingURL=itIf.d.ts.map
|
package/dist/node/itIf.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"itIf.d.ts","sourceRoot":"","sources":["../../src/itIf.ts"],"names":[],"mappings":";AAAA;;;;GAIG;AACH,eAAO,MAAM,IAAI,
|
|
1
|
+
{"version":3,"file":"itIf.d.ts","sourceRoot":"","sources":["../../src/itIf.ts"],"names":[],"mappings":";AAAA;;;;GAIG;AACH,eAAO,MAAM,IAAI,aAAc,CAAC,GAAG,IAAI,YAA0B,CAAA"}
|
package/dist/node/itIf.d.mts
CHANGED
|
@@ -4,5 +4,5 @@
|
|
|
4
4
|
* @param expr The condition to evaluate
|
|
5
5
|
* @returns If the condition is true, it, otherwise skips
|
|
6
6
|
*/
|
|
7
|
-
export declare const itIf: <T>(expr?: T | null
|
|
7
|
+
export declare const itIf: <T>(expr?: T | null) => jest.It;
|
|
8
8
|
//# sourceMappingURL=itIf.d.ts.map
|
package/dist/node/itIf.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"itIf.d.ts","sourceRoot":"","sources":["../../src/itIf.ts"],"names":[],"mappings":";AAAA;;;;GAIG;AACH,eAAO,MAAM,IAAI,
|
|
1
|
+
{"version":3,"file":"itIf.d.ts","sourceRoot":"","sources":["../../src/itIf.ts"],"names":[],"mappings":";AAAA;;;;GAIG;AACH,eAAO,MAAM,IAAI,aAAc,CAAC,GAAG,IAAI,YAA0B,CAAA"}
|
package/dist/node/itIf.d.ts
CHANGED
|
@@ -4,5 +4,5 @@
|
|
|
4
4
|
* @param expr The condition to evaluate
|
|
5
5
|
* @returns If the condition is true, it, otherwise skips
|
|
6
6
|
*/
|
|
7
|
-
export declare const itIf: <T>(expr?: T | null
|
|
7
|
+
export declare const itIf: <T>(expr?: T | null) => jest.It;
|
|
8
8
|
//# sourceMappingURL=itIf.d.ts.map
|
package/dist/node/itIf.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"itIf.d.ts","sourceRoot":"","sources":["../../src/itIf.ts"],"names":[],"mappings":";AAAA;;;;GAIG;AACH,eAAO,MAAM,IAAI,
|
|
1
|
+
{"version":3,"file":"itIf.d.ts","sourceRoot":"","sources":["../../src/itIf.ts"],"names":[],"mappings":";AAAA;;;;GAIG;AACH,eAAO,MAAM,IAAI,aAAc,CAAC,GAAG,IAAI,YAA0B,CAAA"}
|
package/dist/node/testIf.d.cts
CHANGED
|
@@ -4,5 +4,5 @@
|
|
|
4
4
|
* @param expr The condition to evaluate
|
|
5
5
|
* @returns If the condition is true, test, otherwise skips
|
|
6
6
|
*/
|
|
7
|
-
export declare const testIf: <T>(expr?: T | null
|
|
7
|
+
export declare const testIf: <T>(expr?: T | null) => jest.It;
|
|
8
8
|
//# sourceMappingURL=testIf.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"testIf.d.ts","sourceRoot":"","sources":["../../src/testIf.ts"],"names":[],"mappings":";AAAA;;;;GAIG;AACH,eAAO,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"testIf.d.ts","sourceRoot":"","sources":["../../src/testIf.ts"],"names":[],"mappings":";AAAA;;;;GAIG;AACH,eAAO,MAAM,MAAM,aAAc,CAAC,GAAG,IAAI,YAA8B,CAAA"}
|
package/dist/node/testIf.d.mts
CHANGED
|
@@ -4,5 +4,5 @@
|
|
|
4
4
|
* @param expr The condition to evaluate
|
|
5
5
|
* @returns If the condition is true, test, otherwise skips
|
|
6
6
|
*/
|
|
7
|
-
export declare const testIf: <T>(expr?: T | null
|
|
7
|
+
export declare const testIf: <T>(expr?: T | null) => jest.It;
|
|
8
8
|
//# sourceMappingURL=testIf.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"testIf.d.ts","sourceRoot":"","sources":["../../src/testIf.ts"],"names":[],"mappings":";AAAA;;;;GAIG;AACH,eAAO,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"testIf.d.ts","sourceRoot":"","sources":["../../src/testIf.ts"],"names":[],"mappings":";AAAA;;;;GAIG;AACH,eAAO,MAAM,MAAM,aAAc,CAAC,GAAG,IAAI,YAA8B,CAAA"}
|
package/dist/node/testIf.d.ts
CHANGED
|
@@ -4,5 +4,5 @@
|
|
|
4
4
|
* @param expr The condition to evaluate
|
|
5
5
|
* @returns If the condition is true, test, otherwise skips
|
|
6
6
|
*/
|
|
7
|
-
export declare const testIf: <T>(expr?: T | null
|
|
7
|
+
export declare const testIf: <T>(expr?: T | null) => jest.It;
|
|
8
8
|
//# sourceMappingURL=testIf.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"testIf.d.ts","sourceRoot":"","sources":["../../src/testIf.ts"],"names":[],"mappings":";AAAA;;;;GAIG;AACH,eAAO,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"testIf.d.ts","sourceRoot":"","sources":["../../src/testIf.ts"],"names":[],"mappings":";AAAA;;;;GAIG;AACH,eAAO,MAAM,MAAM,aAAc,CAAC,GAAG,IAAI,YAA8B,CAAA"}
|
package/package.json
CHANGED
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"esm"
|
|
37
37
|
],
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@xylabs/ts-scripts-yarn3": "^3.5.
|
|
40
|
-
"@xylabs/tsconfig": "^3.5.
|
|
39
|
+
"@xylabs/ts-scripts-yarn3": "^3.5.2",
|
|
40
|
+
"@xylabs/tsconfig": "^3.5.2",
|
|
41
41
|
"jest": "^29.7.0",
|
|
42
42
|
"typescript": "^5.4.2"
|
|
43
43
|
},
|
|
@@ -55,6 +55,6 @@
|
|
|
55
55
|
"url": "https://github.com/xylabs/sdk-js.git"
|
|
56
56
|
},
|
|
57
57
|
"sideEffects": false,
|
|
58
|
-
"version": "3.0.
|
|
58
|
+
"version": "3.0.13",
|
|
59
59
|
"type": "module"
|
|
60
60
|
}
|