@xylabs/jest-helpers 2.11.4 → 2.11.6
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/describeIf.d.mts +1 -1
- package/dist/describeIf.d.mts.map +1 -1
- package/dist/describeIf.d.ts +1 -1
- package/dist/describeIf.d.ts.map +1 -1
- package/dist/itIf.d.mts +1 -1
- package/dist/itIf.d.mts.map +1 -1
- package/dist/itIf.d.ts +1 -1
- package/dist/itIf.d.ts.map +1 -1
- package/dist/testIf.d.mts +1 -1
- package/dist/testIf.d.mts.map +1 -1
- package/dist/testIf.d.ts +1 -1
- package/dist/testIf.d.ts.map +1 -1
- package/package.json +3 -3
package/dist/describeIf.d.mts
CHANGED
|
@@ -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) => jest.Describe;
|
|
7
|
+
export declare const describeIf: <T>(expr?: T | null | undefined) => 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,mDAA4D,CAAA"}
|
package/dist/describeIf.d.ts
CHANGED
|
@@ -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) => jest.Describe;
|
|
7
|
+
export declare const describeIf: <T>(expr?: T | null | undefined) => jest.Describe;
|
|
8
8
|
//# sourceMappingURL=describeIf.d.ts.map
|
package/dist/describeIf.d.ts.map
CHANGED
|
@@ -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,mDAA4D,CAAA"}
|
package/dist/itIf.d.mts
CHANGED
package/dist/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,6CAAgD,CAAA"}
|
package/dist/itIf.d.ts
CHANGED
package/dist/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,6CAAgD,CAAA"}
|
package/dist/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) => jest.It;
|
|
7
|
+
export declare const testIf: <T>(expr?: T | null | undefined) => jest.It;
|
|
8
8
|
//# sourceMappingURL=testIf.d.ts.map
|
package/dist/testIf.d.mts.map
CHANGED
|
@@ -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,6CAAoD,CAAA"}
|
package/dist/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) => jest.It;
|
|
7
|
+
export declare const testIf: <T>(expr?: T | null | undefined) => jest.It;
|
|
8
8
|
//# sourceMappingURL=testIf.d.ts.map
|
package/dist/testIf.d.ts.map
CHANGED
|
@@ -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,6CAAoD,CAAA"}
|
package/package.json
CHANGED
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"esm"
|
|
49
49
|
],
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@xylabs/ts-scripts-yarn3": "^3.0.
|
|
52
|
-
"@xylabs/tsconfig": "^3.0.
|
|
51
|
+
"@xylabs/ts-scripts-yarn3": "^3.0.28",
|
|
52
|
+
"@xylabs/tsconfig": "^3.0.28",
|
|
53
53
|
"jest": "^29.7.0",
|
|
54
54
|
"typescript": "^5.2.2"
|
|
55
55
|
},
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"url": "https://github.com/xylabs/sdk-js.git"
|
|
65
65
|
},
|
|
66
66
|
"sideEffects": false,
|
|
67
|
-
"version": "2.11.
|
|
67
|
+
"version": "2.11.6"
|
|
68
68
|
}
|