forked from tozny/e3db-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test that Node can verify a signature produced by the Java SDK.
- Loading branch information
Justin Bailey
committed
May 7, 2018
1 parent
0b5676a
commit 2c009e0
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Testing | ||
|
||
Define the following environment variables: | ||
|
||
* REGISTRATION_TOKEN - Should be a mobile registration token (from the Innovault Console). | ||
* API_URL - The environment to test against. For example, 'https://api.e3db.com'. | ||
|
||
To run tests, from this directory: | ||
|
||
```bash | ||
> npm test | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters