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:
parent
7a47201ca4
commit
52962cc54d
@ -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 = {
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user