15 lines
361 B
Markdown
15 lines
361 B
Markdown
# u-js-sample
|
|
|
|
A minimal network smoke test using `universa-core2@2.0.0-alpha.1`.
|
|
|
|
## Initialize and test
|
|
|
|
```sh
|
|
npm ci
|
|
scripts/test-network.sh
|
|
```
|
|
|
|
The test loads `src/universa.json`, initializes `Network`, connects to the
|
|
available topology, and asserts that the network returns `sping=spong`. The
|
|
alpha package intentionally has no bundled default topology.
|