TeleSign Node.js SDK Examples
=============================

**Run RESTClient tests**

```
npm run test-rest
```

**Run tests for product specific Clients**

```
npm run test-products
```

**Run all tests with tap-spec**

```
npm test
```
