Simon Childs
Simon Childs
I'm finding it really hard figuring out how to use this library to deserialize yaml, it would be really useful to have usage examples of deserializing yaml into an object....
This definition file allows the use of this with TypeScript. For example: ``` typescript var async: asyncjasmine.AsyncSpec = new AsyncSpec(this); async.beforeEach((done) => { //do stuff done(); }); async.it('is awesome', (done)...
When I perform an export, the file is not attached to the invoice. I have a unit test that proves that the document stream passed into the `updateInvoiceAttachmentByFileName` function matches...