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

add algorithm meta in test.

This commit is contained in:
ssallam 2020-07-10 16:36:03 +02:00
parent 7a47201ca4
commit 52962cc54d

View File

@ -132,11 +132,18 @@ describe('Marketplace flow', () => {
})
it('Bob starts compute job', async () => {
// TODO
const algorithmMeta = {
'language': 'scala',
'format': 'docker-image',
'version': '0.1',
'url': 'https://raw.githubusercontent.com/oceanprotocol/test-algorithm/master/javascript/algo.js',
'container': {
'entrypoint': 'node $ALGO',
'image': 'node',
'tag': '10'
}
}
// TODO
const output = {
}