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