cypress 8.2.0 → 8.3.0
Sign up to get free protection for your applications and to get access to all the features.
- 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
|