Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebulis committed Feb 6, 2020
1 parent aff5d98 commit 4d81cde
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- run:
name: lint
command: npm run lint
- run:
name: test
command: npm run test
- run:
name: build
command: npm run build
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"clean": "rimraf dist",
"prebuild": "npm run docs && npm run clean",
"build": "tsc --emitDeclarationOnly && babel src -d dist --ignore src/**/*.spec.ts,src/**/*.test.ts -x .js,.ts,.tsx",
"preversion": "npm run lint && npm test && npm run build",
"semantic-release": "semantic-release",
"commit": "git-cz",
"commit:retry": "git-cz --retry",
Expand Down
6 changes: 5 additions & 1 deletion test/verify.v3.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,11 @@ describe("verify", () => {
},
{
data: { value: "0x8Fc57204c35fb9317D91285eF52D6b892EC08cD3", status: "INVALID" },
message: "Document store 0x8Fc57204c35fb9317D91285eF52D6b892EC08cD3 not found in the registry",
reason: {
code: 0,
codeString: "INVALID_IDENTITY",
message: "Document store 0x8Fc57204c35fb9317D91285eF52D6b892EC08cD3 not found in the registry"
},
name: "OpencertsRegistryVerifier",
status: "INVALID",
type: "ISSUER_IDENTITY"
Expand Down

0 comments on commit 4d81cde

Please sign in to comment.