Skip to content

Commit

Permalink
Merge pull request #41 from oceanprotocol/feature/tests
Browse files Browse the repository at this point in the history
Feature/tests
  • Loading branch information
arseneeth authored Jun 11, 2020
2 parents de2cdf6 + 73b7a42 commit bce7c6c
Show file tree
Hide file tree
Showing 8 changed files with 458 additions and 57 deletions.
255 changes: 245 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"run": "ts-node",
"release": "release-it --non-interactive",
"changelog": "auto-changelog -p",
"prepublishOnly": "npm run build"
"prepublishOnly": "npm run build",
"test": "mocha --opts test/unit/mocha.opts"
},
"repository": {
"type": "git",
Expand All @@ -41,6 +42,7 @@
"save-file": "^2.3.1",
"uuid": "^8.0.0",
"web3": "^1.2.6",
"web3-eth-contract": "^1.2.9",
"whatwg-url": "^8.0.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit bce7c6c

Please sign in to comment.