Skip to content

Commit

Permalink
Merge pull request #2134 from joshstevens19/run-all-types-tests
Browse files Browse the repository at this point in the history
Run all types tests
  • Loading branch information
nivida authored Dec 18, 2018
2 parents c5c9241 + bc26c50 commit c6b700b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"release": "lerna bootstrap; lerna publish; gulp version; gulp; gulp publishTag; git push --tags",
"docs": "cd docs; make html;",
"format": "prettier --config ./.prettierrc --write ./packages/**/*.js",
"lint": "eslint --cache --fix ."
"lint": "eslint --cache --fix .",
"dtslint": "lerna run dtslint"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-bzz/types/tests/bzz-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ bzz.setProvider('test.com');
// $ExpectType boolean
bzz.setProvider({});

// $ExpectType {} | string | null
// $ExpectType string | {} | null
bzz.givenProvider;

// $ExpectType string | null
Expand Down

0 comments on commit c6b700b

Please sign in to comment.