1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

try to install mocha globally

This commit is contained in:
Ahmed Ali 2020-06-19 11:46:09 +02:00
parent 0084c57908
commit 20a1a75bf8
3 changed files with 65 additions and 197 deletions

257
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -43,7 +43,8 @@
"uuid": "^8.0.0",
"web3": "^1.2.9",
"web3-eth-contract": "^1.2.9",
"whatwg-url": "^8.0.0"
"whatwg-url": "^8.0.0",
"mocha": "^8.0.1"
},
"devDependencies": {
"@oceanprotocol/contracts": "^0.2.2",

View File

@ -8,5 +8,5 @@
"bail": true,
"exit": true,
"timeout": 20000,
"file": ["test/unit/tsconfig.json", "test/unit/DataTokens.test.ts"]
"file": ["./test/unit/tsconfig.json", "./test/unit/DataTokens.test.ts"]
}