@paraspell/sdk 0.0.10 → 0.0.11
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 +8 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -53,6 +53,14 @@ Example of usage can be found in the UI repository [here](https://github.com/par
|
|
|
53
53
|
- Install dependencies using `pnpm install`
|
|
54
54
|
- Run interactive tests using `pnpm dev`
|
|
55
55
|
|
|
56
|
+
## Testing via Vitest
|
|
57
|
+
Some tests require localhost network to be running successfuly.
|
|
58
|
+
- Make sure to have local network with defined config launched. You can learn to launch it from [ParaSpell UI repository](https://github.com/paraspell/ui).
|
|
59
|
+
Start UNIT tests for every available function with
|
|
60
|
+
```
|
|
61
|
+
pnpm test
|
|
62
|
+
```
|
|
63
|
+
|
|
56
64
|
## License
|
|
57
65
|
Made with 💛
|
|
58
66
|
|