# devolutions-crypto
[](https://dev.azure.com/devolutions-net/Open%20Source/_build/latest?definitionId=170&branchName=master) [](https://npmjs.org/package/devolutions-crypto "View this project on npm")
This folder contains the Javascript/Typescript unit tests for the library. You can also use them as usage example.
# Build native library
```bash
cd ..
./wasm_build.sh
```
# Run tests
```bash
npm test
```