// Test the new NodeTransaction class being developed /// const { TransactionManager, NodeLockIntention, NodeLockInfo } = require('../src/node-transaction') describe('NodeTransaction (beta)', () => { const manager = new TransactionManager(); // const transaction = await manager.createTransaction(); // const writeLock = await transaction.lock('users/ewout/address', NodeLockIntention.OverwriteNode()); // const readLock = await transaction.lock('users/ewout/address', NodeLockIntention.ReadValue()); // writeLock.release(); //