(db, callback)
| 136 | }); |
| 137 | |
| 138 | function createDoc(db, callback) { |
| 139 | var ops = [{v: 0, create: {type: 'json0', data: {x: 3}}}]; |
| 140 | commitConcurrent(db, ops, null, callback); |
| 141 | } |
| 142 | |
| 143 | function testOpCommit(ops, snapshot) { |
| 144 | expect(snapshot.v).equal(2); |
no test coverage detected
searching dependent graphs…