cypress 8.2.0 → 8.3.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/bin/cypress +0 -0
- package/package.json +1 -1
- package/types/chai/index.d.ts +3 -5
- package/types/minimatch/index.d.ts +0 -0
package/bin/cypress
CHANGED
File without changes
|
package/package.json
CHANGED
package/types/chai/index.d.ts
CHANGED
@@ -1949,8 +1949,6 @@ declare module "chai" {
|
|
1949
1949
|
export = chai;
|
1950
1950
|
}
|
1951
1951
|
|
1952
|
-
|
1953
|
-
|
1954
|
-
|
1955
|
-
// should: Chai.Assertion;
|
1956
|
-
// }
|
1952
|
+
interface Object {
|
1953
|
+
should: Chai.Assertion;
|
1954
|
+
}
|
File without changes
|