@depay/widgets 7.5.0 → 7.5.1
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 +1 -1
- package/dist/esm/index.js +13 -13
- package/dist/umd/index.bundle.js +1 -1
- package/dist/umd/index.js +13 -13
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1750,7 +1750,7 @@ test:cypress:debug
|
|
|
1750
1750
|
Test and debug single cypress file:
|
|
1751
1751
|
|
|
1752
1752
|
```
|
|
1753
|
-
yarn test:cypress:debug --spec "cypress/e2e/Payment/
|
|
1753
|
+
yarn test:cypress:debug --spec "cypress/e2e/Payment/amount.js"
|
|
1754
1754
|
```
|
|
1755
1755
|
|
|
1756
1756
|
### Release new versions to npm
|