(ops, snapshot)
| 111 | } |
| 112 | |
| 113 | function testCreateCommit(ops, snapshot) { |
| 114 | expect(snapshot.v).eql(1); |
| 115 | expect(ops.length).equal(1); |
| 116 | expect(ops[0].create).ok; |
| 117 | } |
| 118 | |
| 119 | it('one commit succeeds from 2 simultaneous creates', function(done) { |
| 120 | var ops = [ |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…