Skip to content
This repository was archived by the owner on Feb 12, 2021. It is now read-only.

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 authored and msporny committed Feb 26, 2020
1 parent 0b46927 commit a9d1f21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ An example local configuration for the test suite. To use:
```
{
"generator": "../your-application/bin",
"baseDIDContext": "../path/to/base/context/did.json"
}
```
baseDIDContext is the path to the test suite's test/contexts/base.json file.

### Running the Test Suite

Expand Down
3 changes: 2 additions & 1 deletion config.json.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"generator": "../your/app"
"generator": "../your/app",
"baseDIDContext": "../../../did-test-suite/test/contexts/base.json"
}

0 comments on commit a9d1f21

Please sign in to comment.