You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> ***Under active maintenance. Contributions are always welcome!***
5
+
> **_Under active maintenance. Contributions are always welcome!_**
6
6
7
7
The official Javascript SDK for VSYS APIs. The [old Javascript SDK](https://github.com/virtualeconomy/js-v-sdk) is deprecated and will be archived soon.
8
8
@@ -20,9 +20,11 @@ The official Javascript SDK for VSYS APIs. The [old Javascript SDK](https://gith
Specification tests are scripts that simulate the behaviour of a normal user to interact wtih `js_vsys`(e.g. register a smart contract & call functions of it).
176
179
177
180
To run it, ensure that you have `jasmine` properly installed.
The above command will test each aspect(e.g. function `send` of NFT contract) individually and have required resources set up before testing(e.g. register a new contract, issue a token, etc). It's good for testing a specific aspect while it might consume too much resources to test every aspect in this way.
190
197
191
198
Take NFT contract as an example, it will register a contract first and then execute functions like `send`, `transfer`, `deposit`, etc in a pre-orchestrated manner so that some common set up(e.g. register a contract) will be done only once.
192
199
193
200
To run a single test, say `issue`, just comment all parts except `beforeAll` and `test method issue`, run
0 commit comments