@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.
Files changed (37) hide show
  1. package/dist/browser/describeIf.d.cts +1 -1
  2. package/dist/browser/describeIf.d.cts.map +1 -1
  3. package/dist/browser/describeIf.d.mts +1 -1
  4. package/dist/browser/describeIf.d.mts.map +1 -1
  5. package/dist/browser/describeIf.d.ts +1 -1
  6. package/dist/browser/describeIf.d.ts.map +1 -1
  7. package/dist/browser/itIf.d.cts +1 -1
  8. package/dist/browser/itIf.d.cts.map +1 -1
  9. package/dist/browser/itIf.d.mts +1 -1
  10. package/dist/browser/itIf.d.mts.map +1 -1
  11. package/dist/browser/itIf.d.ts +1 -1
  12. package/dist/browser/itIf.d.ts.map +1 -1
  13. package/dist/browser/testIf.d.cts +1 -1
  14. package/dist/browser/testIf.d.cts.map +1 -1
  15. package/dist/browser/testIf.d.mts +1 -1
  16. package/dist/browser/testIf.d.mts.map +1 -1
  17. package/dist/browser/testIf.d.ts +1 -1
  18. package/dist/browser/testIf.d.ts.map +1 -1
  19. package/dist/node/describeIf.d.cts +1 -1
  20. package/dist/node/describeIf.d.cts.map +1 -1
  21. package/dist/node/describeIf.d.mts +1 -1
  22. package/dist/node/describeIf.d.mts.map +1 -1
  23. package/dist/node/describeIf.d.ts +1 -1
  24. package/dist/node/describeIf.d.ts.map +1 -1
  25. package/dist/node/itIf.d.cts +1 -1
  26. package/dist/node/itIf.d.cts.map +1 -1
  27. package/dist/node/itIf.d.mts +1 -1
  28. package/dist/node/itIf.d.mts.map +1 -1
  29. package/dist/node/itIf.d.ts +1 -1
  30. package/dist/node/itIf.d.ts.map +1 -1
  31. package/dist/node/testIf.d.cts +1 -1
  32. package/dist/node/testIf.d.cts.map +1 -1
  33. package/dist/node/testIf.d.mts +1 -1
  34. package/dist/node/testIf.d.mts.map +1 -1
  35. package/dist/node/testIf.d.ts +1 -1
  36. package/dist/node/testIf.d.ts.map +1 -1
  37. 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 | undefined) => jest.Describe;
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,mDAA4D,CAAA"}
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 | undefined) => jest.Describe;
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,mDAA4D,CAAA"}
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 | undefined) => jest.Describe;
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,mDAA4D,CAAA"}
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, it, otherwise skips
6
6
  */
7
- export declare const itIf: <T>(expr?: T | null | undefined) => jest.It;
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,6CAAgD,CAAA"}
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, it, otherwise skips
6
6
  */
7
- export declare const itIf: <T>(expr?: T | null | undefined) => jest.It;
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,6CAAgD,CAAA"}
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, it, otherwise skips
6
6
  */
7
- export declare const itIf: <T>(expr?: T | null | undefined) => jest.It;
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,6CAAgD,CAAA"}
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 | undefined) => jest.It;
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,6CAAoD,CAAA"}
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 | undefined) => jest.It;
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,6CAAoD,CAAA"}
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 | undefined) => jest.It;
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,6CAAoD,CAAA"}
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 | undefined) => jest.Describe;
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,mDAA4D,CAAA"}
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 | undefined) => jest.Describe;
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,mDAA4D,CAAA"}
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 | undefined) => jest.Describe;
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,mDAA4D,CAAA"}
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, it, otherwise skips
6
6
  */
7
- export declare const itIf: <T>(expr?: T | null | undefined) => jest.It;
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,6CAAgD,CAAA"}
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, it, otherwise skips
6
6
  */
7
- export declare const itIf: <T>(expr?: T | null | undefined) => jest.It;
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,6CAAgD,CAAA"}
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, it, otherwise skips
6
6
  */
7
- export declare const itIf: <T>(expr?: T | null | undefined) => jest.It;
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,6CAAgD,CAAA"}
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 | undefined) => jest.It;
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,6CAAoD,CAAA"}
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 | undefined) => jest.It;
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,6CAAoD,CAAA"}
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 | undefined) => jest.It;
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,6CAAoD,CAAA"}
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.0",
40
- "@xylabs/tsconfig": "^3.5.0",
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.11",
58
+ "version": "3.0.13",
59
59
  "type": "module"
60
60
  }