@canutin/svelte-currency-input
Advanced tools
Comparing version 0.7.1 to 0.7.2
{ | ||
"name": "@canutin/svelte-currency-input", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"exports": { | ||
@@ -5,0 +5,0 @@ "./package.json": "./package.json", |
@@ -121,1 +121,18 @@ # svelte-currency-input | ||
``` | ||
#### Integration tests | ||
The component is tested using [Playwright](https://playwright.dev/). | ||
You can find the tests in [`tests/svelte-currency-input.test.ts`](https://github.com/Canutin/svelte-currency-input/blob/main/tests/svelte-currency-input.test.ts) | ||
To run all tests on **Chromium**, **Firefox** and **Webkit**: | ||
```bash | ||
npm run test | ||
``` | ||
To run all tests on a specific browser (e.g. **Webkit**): | ||
```bash | ||
npx playwright test --project=webkit | ||
``` | ||
Additional debug commands can be found on [Playwright's documentation](https://playwright.dev/docs/test-cli). |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15722
138