@depay/widgets 4.4.0 → 4.4.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/cjs/index.bundle.js +799 -209
- package/dist/cjs/index.js +9 -7
- package/dist/es/index.bundle.js +799 -209
- package/dist/es/index.js +9 -7
- package/dist/umd/index.bundle.js +799 -209
- package/dist/umd/index.js +9 -7
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1313,7 +1313,7 @@ test:cypress:debug
|
|
|
1313
1313
|
Test and debug single cypress file:
|
|
1314
1314
|
|
|
1315
1315
|
```
|
|
1316
|
-
yarn test:cypress:debug --spec "cypress/integration/
|
|
1316
|
+
yarn test:cypress:debug --spec "cypress/integration/Payment/whitelist.js"
|
|
1317
1317
|
```
|
|
1318
1318
|
|
|
1319
1319
|
### Release new versions to npm
|