@wordpress/env 4.1.3 → 4.1.4-next.33ec3857e2.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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* eslint-disable jest/no-
|
|
1
|
+
/* eslint-disable jest/no-conditional-expect */
|
|
2
2
|
/**
|
|
3
3
|
* External dependencies
|
|
4
4
|
*/
|
|
@@ -1128,4 +1128,4 @@ async function testPortNumberValidation( portName, value, envText = '' ) {
|
|
|
1128
1128
|
}
|
|
1129
1129
|
jest.clearAllMocks();
|
|
1130
1130
|
}
|
|
1131
|
-
/* eslint-enable jest/no-
|
|
1131
|
+
/* eslint-enable jest/no-conditional-expect */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/env",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.4-next.33ec3857e2.0",
|
|
4
4
|
"description": "A zero-config, self contained local WordPress environment for development and testing.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"scripts": {
|
|
52
52
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "51c7917ea7fac72953702f24d6daac87d99e7617"
|
|
55
55
|
}
|