@wordpress/jest-console 8.43.1-next.v.202604091042.0 → 8.44.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/declarations.d.ts +3 -0
- package/package.json +2 -2
package/declarations.d.ts
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
|
+
/* eslint-disable @typescript-eslint/method-signature-style */
|
|
1
2
|
// Definitions originally written by Damien Sorel <https://github.com/mistic100> under MIT license.
|
|
2
3
|
// https://github.com/DefinitelyTyped/DefinitelyTyped/blob/f0b72c12f6b561e4342dc8a1cf87432d2ad40ae7/types/wordpress__jest-console/index.d.ts
|
|
3
4
|
|
|
4
5
|
declare namespace jest {
|
|
6
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
5
7
|
interface Matchers< R, T > {
|
|
6
8
|
/**
|
|
7
9
|
* Ensure that `console.error` function was called.
|
|
@@ -44,3 +46,4 @@ declare namespace jest {
|
|
|
44
46
|
toHaveWarnedWith( ...args: unknown[] ): R;
|
|
45
47
|
}
|
|
46
48
|
}
|
|
49
|
+
/* eslint-enable @typescript-eslint/method-signature-style */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/jest-console",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.44.0",
|
|
4
4
|
"description": "Custom Jest matchers for the Console object.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"publishConfig": {
|
|
55
55
|
"access": "public"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "b862d8c84121a47bbeff882f6c87e61681ce2e0d"
|
|
58
58
|
}
|