()
| 36 | describe('createAndStoreObject', () => { |
| 37 | let testBucket; |
| 38 | const getStoredObjectData = () => metadata.putObjectMD.lastCall.args[2].getValue(); |
| 39 | const getStoredOptions = () => metadata.putObjectMD.lastCall.args[3]; |
| 40 | |
| 41 | beforeEach(done => { |
no outgoing calls
no test coverage detected