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

test getComputeEnvironments()

This commit is contained in:
Miquel A. Cabot 2022-05-04 18:13:36 +02:00
parent f8a42d9559
commit 997bbf57b4

View File

@ -32,4 +32,13 @@ describe('Provider tests', async () => {
)
assert(fileinfo[0].valid === true, 'Sent file is not valid')
})
it('Alice tests compute environments', async () => {
const computeEnvs = await providerInstance.getComputeEnvironments(config.providerUri)
console.log(computeEnvs)
})
// encrypt
// checkDidFiles
// getComputeEnvironments
})