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:
parent
0084c57908
commit
20a1a75bf8
257
package-lock.json
generated
257
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -43,7 +43,8 @@
|
|||||||
"uuid": "^8.0.0",
|
"uuid": "^8.0.0",
|
||||||
"web3": "^1.2.9",
|
"web3": "^1.2.9",
|
||||||
"web3-eth-contract": "^1.2.9",
|
"web3-eth-contract": "^1.2.9",
|
||||||
"whatwg-url": "^8.0.0"
|
"whatwg-url": "^8.0.0",
|
||||||
|
"mocha": "^8.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@oceanprotocol/contracts": "^0.2.2",
|
"@oceanprotocol/contracts": "^0.2.2",
|
||||||
|
@ -8,5 +8,5 @@
|
|||||||
"bail": true,
|
"bail": true,
|
||||||
"exit": true,
|
"exit": true,
|
||||||
"timeout": 20000,
|
"timeout": 20000,
|
||||||
"file": ["test/unit/tsconfig.json", "test/unit/DataTokens.test.ts"]
|
"file": ["./test/unit/tsconfig.json", "./test/unit/DataTokens.test.ts"]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user