@depay/widgets 6.28.4 → 6.30.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/README.md +1 -1
- package/dist/esm/index.bundle.js +5110 -3375
- package/dist/esm/index.js +24 -26
- package/dist/umd/index.bundle.js +5110 -3375
- package/dist/umd/index.js +24 -26
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -1685,7 +1685,7 @@ test:cypress:debug
|
|
|
1685
1685
|
Test and debug single cypress file:
|
|
1686
1686
|
|
|
1687
1687
|
```
|
|
1688
|
-
yarn test:cypress:debug --spec "cypress/integration/Donation/
|
|
1688
|
+
yarn test:cypress:debug --spec "cypress/integration/Donation/error.js"
|
|
1689
1689
|
```
|
|
1690
1690
|
|
|
1691
1691
|
### Release new versions to npm
|